From efe7aa4ee8c67aa9fc38a2df3b9689e59d9e1f1f Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 1 Nov 2011 21:31:44 +0000 Subject: 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 --- lib/Support/Windows/Host.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Support/Windows/Host.inc') 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; } -- cgit v1.1