Skip to content

Commit 5664d91

Browse files
committed
Changed to dump llvm assembly code to standard output
1 parent c84cdd1 commit 5664d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pl0/pl0.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ struct LLVM {
534534
compile(ast);
535535
}
536536

537-
void dump() { module_->print(llvm::errs(), nullptr); }
537+
void dump() { module_->print(llvm::outs(), nullptr); }
538538

539539
void exec() {
540540
unique_ptr<ExecutionEngine> ee(EngineBuilder(std::move(module_)).create());

0 commit comments

Comments
 (0)