Skip to content

Commit 6883e01

Browse files
committed
fixup! compiler: Add x86_64-unknown-managarm-mlibc target
1 parent 2a74533 commit 6883e01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/rustc_target/src/spec/targets/x86_64_unknown_managarm_mlibc.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ pub fn target() -> Target {
55
base.cpu = "x86-64".to_string().into();
66
base.max_atomic_width = Some(64);
77
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m64"]);
8-
// don't use probe-stack=inline-asm until rust-lang/rust#83139 is resolved.
9-
base.stack_probes = StackProbeType::Call;
8+
base.stack_probes = StackProbeType::Inline;
109

1110
Target {
1211
llvm_target: "x86_64-unknown-managarm-mlibc".to_string().into(),

0 commit comments

Comments
 (0)