Skip to content
Prev Previous commit
Define MIN_ALIGN for loongarch64
  • Loading branch information
zhaixiaojuan authored and heiher committed Apr 7, 2023
commit a3f0046142aec8e00d3e8192f83a8cc0bacef9e8
1 change: 1 addition & 0 deletions compiler/rustc_codegen_gcc/example/alloc_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
const MIN_ALIGN: usize = 8;
#[cfg(any(target_arch = "x86_64",
target_arch = "aarch64",
target_arch = "loongarch64",
target_arch = "mips64",
target_arch = "s390x",
target_arch = "sparc64"))]
Expand Down