mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Don't yell. BUGPOINT should yell, not the tool runner :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7bb11547e4
commit
722ca71285
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user