summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-08-03 14:26:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-08-03 14:26:17 +0000
commitb1247c313dc319313fffec57e7b68532cb6a2d12 (patch)
treed21615bcc03d5a7fbd51a80fd5708eeebf4be244 /include/llvm/Config/config.h.in
parent779b69d6f9b2184eb7617be71b33030f0306d9cd (diff)
downloadllvm-b1247c313dc319313fffec57e7b68532cb6a2d12.tar.gz
llvm-b1247c313dc319313fffec57e7b68532cb6a2d12.tar.bz2
llvm-b1247c313dc319313fffec57e7b68532cb6a2d12.tar.xz
build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"
appended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-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 d76db860e3..9a10f7f06c 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -500,6 +500,9 @@
/* LLVM architecture name for the native architecture, if available */
#undef LLVM_NATIVE_ARCH
+/* Short LLVM architecture name for the native architecture, if available */
+#undef LLVM_NATIVE_ARCHNAME
+
/* Define if this is Unixish platform */
#undef LLVM_ON_UNIX