aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-01-05 18:28:46 +0000
committerSebastian Pop <spop@codeaurora.org>2012-01-05 18:28:46 +0000
commit99ab273a778d4836981f71dd7c947785dc3816b8 (patch)
treebde22e1311c31f39e9535ad750f63938348f2acd /llvm/lib/Support/CommandLine.cpp
parent8ff6bc924fbff00b63b84a8bd00cb0fd85265087 (diff)
downloadllvm-99ab273a778d4836981f71dd7c947785dc3816b8.zip
llvm-99ab273a778d4836981f71dd7c947785dc3816b8.tar.gz
llvm-99ab273a778d4836981f71dd7c947785dc3816b8.tar.bz2
revert r147542 after comments from Joerg Sonnenberger
llvm-svn: 147608
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r--llvm/lib/Support/CommandLine.cpp1
1 files changed, 0 insertions, 1 deletions
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) {