projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f358c5a
)
Format a bit more nicely
author
Chris Lattner
<sabre@nondot.org>
Fri, 20 Feb 2004 05:56:48 +0000
(
05:56
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 20 Feb 2004 05:56:48 +0000
(
05:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/BugDriver.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/BugDriver.cpp
b/tools/bugpoint/BugDriver.cpp
index 07261257a77199841bf5e815a78a38d631653d01..c770299e4d9c674838fbeba75d614d2c0db5065a 100644
(file)
--- a/
tools/bugpoint/BugDriver.cpp
+++ b/
tools/bugpoint/BugDriver.cpp
@@
-151,6
+151,7
@@
bool BugDriver::run() {
std::cout << "Running the code generator to test for a crash: ";
try {
compileProgram(Program);
+ std::cout << "\n";
} catch (ToolExecutionError &TEE) {
std::cout << TEE.what();
return debugCodeGeneratorCrash();