summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2011-11-01 21:31:44 +0000
committerSebastian Pop <spop@codeaurora.org>2011-11-01 21:31:44 +0000
commitde2e0b5e6d5aa7eccf62df17b86c31b39732bf86 (patch)
treeca5f8e284accdbff57c8591432e9b49017220dab /include/llvm/Config/config.h.in
parentc4cbf4a6a42a066b6232b44c6931452f8fc00857 (diff)
downloadllvm-de2e0b5e6d5aa7eccf62df17b86c31b39732bf86.tar.gz
llvm-de2e0b5e6d5aa7eccf62df17b86c31b39732bf86.tar.bz2
llvm-de2e0b5e6d5aa7eccf62df17b86c31b39732bf86.tar.xz
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 3670de557f..813c6ebc38 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -543,6 +543,9 @@
/* Installation directory for data files */
#undef LLVM_DATADIR
+/* Target triple LLVM will generate code for by default */
+#undef LLVM_DEFAULT_TARGET_TRIPLE
+
/* Installation directory for documentation */
#undef LLVM_DOCSDIR
@@ -552,9 +555,6 @@
/* Has gcc/MSVC atomic intrinsics */
#undef LLVM_HAS_ATOMICS
-/* Host triple we were built on */
-#undef LLVM_HOSTTRIPLE
-
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR