aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-23 17:21:35 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-23 17:21:35 +0000
commitbcba7f95c2c79eb6526b3729b08f9e881a11e858 (patch)
treed9fa569d85637e33354d7afa6d93b4cc55cd814d /include/llvm/Config/config.h.cmake
parent27a2dbbdf5cc74a12a9a849bd890da79af5aacd1 (diff)
downloadexternal_llvm-bcba7f95c2c79eb6526b3729b08f9e881a11e858.zip
external_llvm-bcba7f95c2c79eb6526b3729b08f9e881a11e858.tar.gz
external_llvm-bcba7f95c2c79eb6526b3729b08f9e881a11e858.tar.bz2
Work around build problem with OpenJDK, which defines X86 as a
macro. Fixes PR 4427. Patch by Xerxes RĂ„nby! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.cmake')
-rw-r--r--include/llvm/Config/config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index c59ed23..4356e7d 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -582,4 +582,4 @@
#cmakedefine strdup ${strdup}
/* Native LLVM architecture */
-#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}
+#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}Target