Adjust JIT target triple on OS X to match the current architecture.
authorBob Wilson <bob.wilson@apple.com>
Wed, 5 Dec 2012 19:09:13 +0000 (19:09 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 5 Dec 2012 19:09:13 +0000 (19:09 +0000)
commite1fd317a4c92d16b619bb01fcbcf8d031d28cf36
tree1fb89c6db165d93578b6a02df4c17a5988d07a83
parent73714eac00958b072e7356360ebc6e818b51367b
Adjust JIT target triple on OS X to match the current architecture.

For OS X builds, we generate one version of config.h but then build for
multiple architectures.  This means that the LLVM_HOSTTRIPLE setting may have
the wrong architecture.  Adjust it dynamically to match the current
architecture.  <rdar://problem/12715470>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169405 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/TargetSelect.cpp