diff options
author | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:31:44 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:34 -0800 |
commit | efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f (patch) | |
tree | 6c50ee1fc7041f8cf306ee57fa97defa709d6385 /lib/Support/Windows/Host.inc | |
parent | b1ade7ea68c112c60ddcecbd0af0421a921ac2a7 (diff) | |
download | external_llvm-efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f.zip external_llvm-efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f.tar.gz external_llvm-efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f.tar.bz2 |
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Host.inc')
-rw-r--r-- | lib/Support/Windows/Host.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Support/Windows/Host.inc b/lib/Support/Windows/Host.inc index 733830e..5bbc74e 100644 --- a/lib/Support/Windows/Host.inc +++ b/lib/Support/Windows/Host.inc @@ -18,6 +18,5 @@ using namespace llvm; std::string sys::getHostTriple() { - // FIXME: Adapt to running version. - return LLVM_HOSTTRIPLE; + return LLVM_DEFAULT_TARGET_TRIPLE; } |