Run rustfmt --file-lines ...
for changes from previous commits.
This commit is contained in:
parent
f3f9d6dfd9
commit
afc39bbf24
107 changed files with 813 additions and 1159 deletions
|
@ -125,11 +125,7 @@ impl ExtraBackendMethods for LlvmCodegenBackend {
|
|||
) {
|
||||
unsafe { allocator::codegen(tcx, mods, kind) }
|
||||
}
|
||||
fn compile_codegen_unit<'a, 'tcx: 'a>(
|
||||
&self,
|
||||
tcx: TyCtxt<'tcx>,
|
||||
cgu_name: InternedString,
|
||||
) {
|
||||
fn compile_codegen_unit<'a, 'tcx: 'a>(&self, tcx: TyCtxt<'tcx>, cgu_name: InternedString) {
|
||||
base::compile_codegen_unit(tcx, cgu_name);
|
||||
}
|
||||
fn target_machine_factory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue