diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-18 20:57:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-18 20:57:38 +0000 |
| commit | abcd97dcd86860e1255fd1ad119b3827be4aab36 (patch) | |
| tree | 99494ae5aba523873e3b751591cae3ebd2f8b18f /llvm/lib/Support | |
| parent | 898de4a158ac190f5545110a00aa3db3183e59d3 (diff) | |
| download | bcm5719-llvm-abcd97dcd86860e1255fd1ad119b3827be4aab36.tar.gz bcm5719-llvm-abcd97dcd86860e1255fd1ad119b3827be4aab36.zip | |
Don't yell. BUGPOINT should yell, not the tool runner :)
llvm-svn: 11600
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/ToolRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/ToolRunner.cpp b/llvm/lib/Support/ToolRunner.cpp index 6a332738063..5c0c5a19a41 100644 --- a/llvm/lib/Support/ToolRunner.cpp +++ b/llvm/lib/Support/ToolRunner.cpp @@ -23,7 +23,7 @@ using namespace llvm; static void ProcessFailure(std::string ProgPath, const char** Args) { std::ostringstream OS; - OS << "\n*** Error running tool:\n"; + OS << "\nError running tool:\n"; for (const char **Arg = Args; *Arg; ++Arg) OS << " " << *Arg; OS << "\n"; |

