From 94441fbad77bf451c2ca511e7c9cf54f85cf61fb Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 1 Nov 2011 21:32:20 +0000 Subject: rename getHostTriple into getDefaultTargetTriple llvm-svn: 143502 --- llvm/lib/Support/Windows/Host.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Windows/Host.inc') diff --git a/llvm/lib/Support/Windows/Host.inc b/llvm/lib/Support/Windows/Host.inc index 5bbc74e5a39..2e6d6f19037 100644 --- a/llvm/lib/Support/Windows/Host.inc +++ b/llvm/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; } -- cgit v1.2.3