commit | 47dd2766f205d0f2b2eaa624cc20a032402b611e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 20 05:56:48 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 20 05:56:48 2004 +0000 |
tree | a2b6561a19964cf16fd89d148a525077de8b2ac8 | |
parent | f358c5ad1576157f0610305099b2c04bd53aabd4 [diff] [blame] |
Format a bit more nicely git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 0726125..c770299 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp
@@ -151,6 +151,7 @@ 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();