Implement printing to file in llvm_util

This commit is contained in:
David Tolnay
2023-07-13 16:54:25 -07:00
parent c80cbe4bae
commit 6e734fce63
3 changed files with 17 additions and 14 deletions

View File

@@ -320,7 +320,7 @@ impl CodegenBackend for LlvmCodegenBackend {
"#
);
}
_other => llvm_util::print(req, sess),
_other => llvm_util::print(req, out, sess),
}
}