aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-17 00:43:20 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-17 00:43:20 +0000
commit0711c303765d858a0aa75f76b6ad3c90542416d4 (patch)
treec9eabb7975397867afe0d9fab84e3ffa60a3d298 /include/llvm/Config
parent76166fc7f20dcd989db844fcd1767bc393f149bc (diff)
downloadexternal_llvm-0711c303765d858a0aa75f76b6ad3c90542416d4.zip
external_llvm-0711c303765d858a0aa75f76b6ad3c90542416d4.tar.gz
external_llvm-0711c303765d858a0aa75f76b6ad3c90542416d4.tar.bz2
Update auto-generated configuration files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index bf3a620..ac60f4d 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -476,6 +476,9 @@
/* Build multithreading support into LLVM */
#undef LLVM_MULTITHREADED
+/* LLVM architecture name for the native architecture, if available */
+#undef LLVM_NATIVE_ARCH
+
/* Define if this is Unixish platform */
#undef LLVM_ON_UNIX