diff options
author | Sebastian Pop <spop@codeaurora.org> | 2011-11-01 21:32:20 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:35 -0800 |
commit | 85f37f33634c78c09acfd06acc6ace7dd6512c7f (patch) | |
tree | ab1a2adcd4c54e54e5d08e0d370703afd1bf80e7 /lib/Support/Windows/Host.inc | |
parent | efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f (diff) | |
download | external_llvm-85f37f33634c78c09acfd06acc6ace7dd6512c7f.zip external_llvm-85f37f33634c78c09acfd06acc6ace7dd6512c7f.tar.gz external_llvm-85f37f33634c78c09acfd06acc6ace7dd6512c7f.tar.bz2 |
rename getHostTriple into getDefaultTargetTriple
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Windows/Host.inc')
-rw-r--r-- | lib/Support/Windows/Host.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Windows/Host.inc b/lib/Support/Windows/Host.inc index 5bbc74e..2e6d6f1 100644 --- a/lib/Support/Windows/Host.inc +++ b/lib/Support/Windows/Host.inc @@ -17,6 +17,6 @@ using namespace llvm; -std::string sys::getHostTriple() { +std::string sys::getDefaultTargetTriple() { return LLVM_DEFAULT_TARGET_TRIPLE; } |