Skip to content

Commit a3f0046

Browse files
zhaixiaojuanheiher
authored andcommitted
Define MIN_ALIGN for loongarch64
1 parent bf1758d commit a3f0046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_gcc/example/alloc_system.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
const MIN_ALIGN: usize = 8;
1616
#[cfg(any(target_arch = "x86_64",
1717
target_arch = "aarch64",
18+
target_arch = "loongarch64",
1819
target_arch = "mips64",
1920
target_arch = "s390x",
2021
target_arch = "sparc64"))]

0 commit comments

Comments
 (0)