summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-05-04 07:36:23 +0000
committerTim Northover <Tim.Northover@arm.com>2013-05-04 07:36:23 +0000
commitd66ad6c57115e85487e8a29b1e073305690a9be2 (patch)
treed02875051b4844dd132edd4ba5dfdd516e82c02b /include/llvm/Config/config.h.in
parentc1685b3a5052de377735f69e53e50741dbe5b52a (diff)
downloadllvm-d66ad6c57115e85487e8a29b1e073305690a9be2.tar.gz
llvm-d66ad6c57115e85487e8a29b1e073305690a9be2.tar.bz2
llvm-d66ad6c57115e85487e8a29b1e073305690a9be2.tar.xz
Allow host triple to be correctly overridden in CMake builds
The intended semantics mirror autoconf, where the user is able to specify a host triple, but if it's left to the build system then "config.guess" is invoked for the default. This also renames the LLVM_HOSTTRIPLE define to LLVM_HOST_TRIPLE to fit in with the style of the surrounding defines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.in')
-rw-r--r--include/llvm/Config/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 7fa00b8a03..950e66f275 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -594,7 +594,7 @@
#undef LLVM_HAS_ATOMICS
/* Host triple LLVM will be executed on */
-#undef LLVM_HOSTTRIPLE
+#undef LLVM_HOST_TRIPLE
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR