mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-24 07:35:04 +00:00
Format a bit more nicely
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f358c5ad15
commit
47dd2766f2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user