We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5046c commit 417953fCopy full SHA for 417953f
src/librustc_back/target/s390x_unknown_linux_gnu.rs
@@ -19,6 +19,8 @@ pub fn target() -> TargetResult {
19
// Pass the -vector feature string to LLVM to respect this assumption.
20
base.features = "-vector".to_string();
21
base.max_atomic_width = Some(64);
22
+ // see #36994
23
+ base.exe_allocation_crate = "alloc_system".to_string();
24
25
Ok(Target {
26
llvm_target: "s390x-unknown-linux-gnu".to_string(),
0 commit comments