Unify all uses of 'gcx and 'tcx.
This commit is contained in:
parent
0e4a56b4b0
commit
f3f9d6dfd9
341 changed files with 3109 additions and 3327 deletions
|
|
@ -89,7 +89,7 @@ pub fn create_informational_target_machine(
|
|||
}
|
||||
|
||||
pub fn create_target_machine(
|
||||
tcx: TyCtxt<'_, '_>,
|
||||
tcx: TyCtxt<'_>,
|
||||
find_features: bool,
|
||||
) -> &'static mut llvm::TargetMachine {
|
||||
target_machine_factory(&tcx.sess, tcx.backend_optimization_level(LOCAL_CRATE), find_features)()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue