Fix checks
This commit is contained in:
parent
30290c8b41
commit
2cbac9c636
@ -120,7 +120,7 @@ fn module_codegen(tcx: TyCtxt<'_>, (cgu_name, target_info): (Symbol, LockedTarge
|
|||||||
// NOTE: Rust relies on LLVM doing wrapping on overflow.
|
// NOTE: Rust relies on LLVM doing wrapping on overflow.
|
||||||
context.add_command_line_option("-fwrapv");
|
context.add_command_line_option("-fwrapv");
|
||||||
|
|
||||||
if tcx.sess.opts.cg.relocation_model == Some(rustc_target::spec::RelocModel::Static) {
|
if tcx.sess.relocation_model() == rustc_target::spec::RelocModel::Static {
|
||||||
context.add_command_line_option("-mcmodel=kernel");
|
context.add_command_line_option("-mcmodel=kernel");
|
||||||
context.add_command_line_option("-fno-pie");
|
context.add_command_line_option("-fno-pie");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user