summaryrefslogtreecommitdiff
path: root/include/llvm/Config/config.h.in
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-04 19:47:22 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-04 19:47:22 +0000
commit8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a (patch)
treed063101aa566588fde106548beed730b9023ced8 /include/llvm/Config/config.h.in
parentb0e7af779732c5ff3c054c837a4b04ad6089d0ac (diff)
downloadllvm-8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a.tar.gz
llvm-8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a.tar.bz2
llvm-8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a.tar.xz
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Get back getHostTriple. For JIT compilation, use the host triple instead of the default target: this fixes some JIT testcases that used to fail when the compiler has been configured as a cross compiler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147542 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 30afa5890b..f49e176391 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -558,6 +558,9 @@
/* Has gcc/MSVC atomic intrinsics */
#undef LLVM_HAS_ATOMICS
+/* Host triple LLVM will run on */
+#undef LLVM_HOST_TRIPLE
+
/* Installation directory for include files */
#undef LLVM_INCLUDEDIR