Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple
authorChad Rosier <mcrosier@apple.com>
Sat, 15 Oct 2011 02:10:06 +0000 (02:10 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 15 Oct 2011 02:10:06 +0000 (02:10 +0000)
commit8e3ef115506f40b43f9b2f05755d74eeda67adb2
tree0a546e6cdc313a46f495b4bfef011a806cdedf0e
parentde7ec8be276bd004ce4469aede93707f184127f1
Fix for llvm::sys::getHostTriple on Windows.  Instead of relying on the triple
from config.h, it discovers the triple based on the execution environment.

Patch by Aaron Ballman <aaron@aaronballman.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Host.inc