Don't use LLVM's target features
This commit is contained in:
parent
fbd618d4aa
commit
484aca8857
6 changed files with 84 additions and 39 deletions
|
@ -434,7 +434,7 @@ impl ModuleLlvm {
|
|||
ModuleLlvm {
|
||||
llmod_raw,
|
||||
llcx,
|
||||
tm: ManuallyDrop::new(create_informational_target_machine(tcx.sess)),
|
||||
tm: ManuallyDrop::new(create_informational_target_machine(tcx.sess, true)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue