trans -> codegen_backend
This commit is contained in:
parent
b906ce84ec
commit
601673d06f
@ -67,7 +67,7 @@ fn no_input(
|
||||
}
|
||||
fn late_callback(
|
||||
&mut self,
|
||||
trans: &CodegenBackend,
|
||||
codegen_backend: &CodegenBackend,
|
||||
matches: &getopts::Matches,
|
||||
sess: &Session,
|
||||
cstore: &CrateStore,
|
||||
@ -75,7 +75,7 @@ fn late_callback(
|
||||
odir: &Option<PathBuf>,
|
||||
ofile: &Option<PathBuf>,
|
||||
) -> Compilation {
|
||||
self.default.late_callback(trans, matches, sess, cstore, input, odir, ofile)
|
||||
self.default.late_callback(codegen_backend, matches, sess, cstore, input, odir, ofile)
|
||||
}
|
||||
fn build_controller(
|
||||
&mut self,
|
||||
|
Loading…
Reference in New Issue
Block a user