OSDN Git Service

use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
[android-x86/external-llvm.git] / lib / Support / CommandLine.cpp
index ce93449..9e8207b 100644 (file)
@@ -1373,6 +1373,7 @@ public:
        << "  Built " << __DATE__ << " (" << __TIME__ << ").\n"
 #endif
        << "  Default target: " << sys::getDefaultTargetTriple() << '\n'
+       << "  Host: " << sys::getHostTriple() << '\n'
        << "  Host CPU: " << CPU << '\n';
   }
   void operator=(bool OptionWasSpecified) {