From 8a86887ba3dcf59ddfd1d26bd2af1ac9c6bed76a Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Wed, 4 Jan 2012 19:47:22 +0000 Subject: 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 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index d0c3beb..5ea1319 100755 --- a/configure +++ b/configure @@ -20913,6 +20913,11 @@ _ACEOF cat >>confdefs.h <<_ACEOF +#define LLVM_HOST_TRIPLE "$host" +_ACEOF + + +cat >>confdefs.h <<_ACEOF #define LLVM_DEFAULT_TARGET_TRIPLE "$target" _ACEOF -- cgit v1.1