1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Don't yell. BUGPOINT should yell, not the tool runner :)

llvm-svn: 11600
This commit is contained in:
Chris Lattner 2004-02-18 20:57:38 +00:00
parent 1f2a818b9f
commit eddc6ab2e7

View 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";