Skip to content

Commit 10d4159

Browse files
committed
Revert "Disable stack probing for gnux32."
This reverts commit 42d652e.
1 parent 527dce7 commit 10d4159

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_target/spec/x86_64_unknown_linux_gnux32.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ pub fn target() -> TargetResult {
55
base.cpu = "x86-64".to_string();
66
base.max_atomic_width = Some(64);
77
base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-mx32".to_string());
8-
// BUG: temporarily workaround #59674
9-
base.stack_probes = false;
8+
base.stack_probes = true;
109
base.has_elf_tls = false;
1110
// BUG(GabrielMajeri): disabling the PLT on x86_64 Linux with x32 ABI
1211
// breaks code gen. See LLVM bug 36743

0 commit comments

Comments
 (0)