We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1758d commit a3f0046Copy full SHA for a3f0046
compiler/rustc_codegen_gcc/example/alloc_system.rs
@@ -15,6 +15,7 @@
15
const MIN_ALIGN: usize = 8;
16
#[cfg(any(target_arch = "x86_64",
17
target_arch = "aarch64",
18
+ target_arch = "loongarch64",
19
target_arch = "mips64",
20
target_arch = "s390x",
21
target_arch = "sparc64"))]
0 commit comments