aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-17 17:01:56 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-17 17:01:56 +0000
commite9d683b052b31d5243f3e205070a6b7d07c39596 (patch)
tree9bec5d35f5eaeae6269e8a42766a8fbfc8a2061c /include/llvm/Config/config.h.cmake
parent71c4a088698fe2205a1a8293f6da582f18ef7c7a (diff)
downloadexternal_llvm-e9d683b052b31d5243f3e205070a6b7d07c39596.zip
external_llvm-e9d683b052b31d5243f3e205070a6b7d07c39596.tar.gz
external_llvm-e9d683b052b31d5243f3e205070a6b7d07c39596.tar.bz2
Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73616 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.cmake')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 33e2e00..c59ed23 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -580,3 +580,6 @@
/* Define to a function implementing strdup */
#cmakedefine strdup ${strdup}
+
+/* Native LLVM architecture */
+#cmakedefine LLVM_NATIVE_ARCH ${LLVM_NATIVE_ARCH}