From ec2fb226d8b84ee1090f7d7fa2e0da6232fee469 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 llvm-svn: 143501 --- llvm/lib/Support/Windows/Host.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Support/Windows') diff --git a/llvm/lib/Support/Windows/Host.inc b/llvm/lib/Support/Windows/Host.inc index 733830e82f0..5bbc74e5a39 100644 --- a/llvm/lib/Support/Windows/Host.inc +++ b/llvm/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.2.3