Port over more common components.

This commit is contained in:
losfair
2020-04-27 23:07:42 +08:00
parent 4bce29c06d
commit aa7e5030e0
4 changed files with 184 additions and 1 deletions

View File

@ -46,7 +46,7 @@ impl Compiler for SinglepassCompiler {
self.config.target()
}
/// Compile the module using LLVM, producing a compilation result with
/// Compile the module using Singlepass, producing a compilation result with
/// associated relocations.
fn compile_module(
&self,