about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-04-14 14:28:19 +0200
committerRalf Jung <post@ralfj.de>2023-04-14 14:28:19 +0200
commit06707ab30f06d189636cb219cc689f19eda9a2bb (patch)
tree5017bdd02725ad3658357cb34f05dbdb257c6fe1 /compiler/rustc_codegen_gcc/example
parent2386cd7b22174f277d5bd9ad802bcffc3b902ab6 (diff)
parente3de409aaa592a36548a9f453688c3e877b5caa1 (diff)
downloadrust-06707ab30f06d189636cb219cc689f19eda9a2bb.tar.gz
rust-06707ab30f06d189636cb219cc689f19eda9a2bb.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_gcc/example')
-rw-r--r--compiler/rustc_codegen_gcc/example/alloc_system.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/example/alloc_system.rs b/compiler/rustc_codegen_gcc/example/alloc_system.rs
index 9ec18da90d8..046903fe5ac 100644
--- a/compiler/rustc_codegen_gcc/example/alloc_system.rs
+++ b/compiler/rustc_codegen_gcc/example/alloc_system.rs
@@ -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"))]