diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2012-01-05 18:28:46 +0000 |
| commit | 99ab273a778d4836981f71dd7c947785dc3816b8 (patch) | |
| tree | bde22e1311c31f39e9535ad750f63938348f2acd /llvm/lib/Support/CommandLine.cpp | |
| parent | 8ff6bc924fbff00b63b84a8bd00cb0fd85265087 (diff) | |
| download | bcm5719-llvm-99ab273a778d4836981f71dd7c947785dc3816b8.tar.gz bcm5719-llvm-99ab273a778d4836981f71dd7c947785dc3816b8.zip | |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 9e8207baa88..ce9344954bc 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) { |

