aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2007-12-01 00:34:39 +0000
committerEric Christopher <echristo@apple.com>2007-12-01 00:34:39 +0000
commit790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5 (patch)
treed486dcd01889a7acdc0ebee0138c0a9fcbaa3fc9 /include/llvm/Config/config.h.in
parent57c4fc2e238b56d71f5a8c329c4473510d9297cb (diff)
downloadexternal_llvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.zip
external_llvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.tar.gz
external_llvm-790e11cdff59ed6312c2f1d3d8f63537c2ae2ec5.tar.bz2
Add target triple to include/llvm/Config/config.h.in. Regenerate all files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44478 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 e871b77..32e154a 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -458,6 +458,9 @@
/* Installation directory for config files */
#undef LLVM_ETCDIR
+/* Host triple we were built on */
+#undef LLVM_HOSTTRIPLE
+
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR