use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
[oota-llvm.git] / lib / Support / CommandLine.cpp
index ce9344954bcc3ca1c564c207228916cb0523d309..9e8207baa88a6ea15f2e01e347ec457661d4aff5 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) {