From 99ab273a778d4836981f71dd7c947785dc3816b8 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Thu, 5 Jan 2012 18:28:46 +0000 Subject: revert r147542 after comments from Joerg Sonnenberger llvm-svn: 147608 --- llvm/lib/Support/CommandLine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Support/CommandLine.cpp') diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 9e8207b..ce93449 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -1373,7 +1373,6 @@ public: << " Built " << __DATE__ << " (" << __TIME__ << ").\n" #endif << " Default target: " << sys::getDefaultTargetTriple() << '\n' - << " Host: " << sys::getHostTriple() << '\n' << " Host CPU: " << CPU << '\n'; } void operator=(bool OptionWasSpecified) { -- cgit v1.1