Don't yell. BUGPOINT should yell, not the tool runner :)
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:57:38 +0000 (20:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 20:57:38 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11600 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp

index 6a332738063596ceb30842c713b6c2139397e71a..5c0c5a19a41342d1b2bf832c71ea21246c42c5c8 100644 (file)
@@ -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";
index 6a332738063596ceb30842c713b6c2139397e71a..5c0c5a19a41342d1b2bf832c71ea21246c42c5c8 100644 (file)
@@ -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";