Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.
[oota-llvm.git] / lib / Support / Windows / Host.inc
index 5bbc74e5a39f75ce1d0c7d43e87920ad20ad2804..2e6d6f190370b9143a9417b89a37e14b96c7df59 100644 (file)
@@ -17,6 +17,6 @@
 
 using namespace llvm;
 
-std::string sys::getHostTriple() {
+std::string sys::getDefaultTargetTriple() {
   return LLVM_DEFAULT_TARGET_TRIPLE;
 }