X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FWindows%2FHost.inc;h=2e6d6f190370b9143a9417b89a37e14b96c7df59;hb=1cce797d32aa465c054fc4a313d8c330c89bd862;hp=733830e82f08e69e80722a4ed39c1e849b0c4996;hpb=569c4a4767428d7b489db1e634ced5a3b36d8a1d;p=oota-llvm.git diff --git a/lib/Support/Windows/Host.inc b/lib/Support/Windows/Host.inc index 733830e82f0..2e6d6f19037 100644 --- a/lib/Support/Windows/Host.inc +++ b/lib/Support/Windows/Host.inc @@ -17,7 +17,6 @@ using namespace llvm; -std::string sys::getHostTriple() { - // FIXME: Adapt to running version. - return LLVM_HOSTTRIPLE; +std::string sys::getDefaultTargetTriple() { + return LLVM_DEFAULT_TARGET_TRIPLE; }