summaryrefslogtreecommitdiffstats
path: root/tests/codegen/repr-transparent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/repr-transparent.rs')
-rw-r--r--tests/codegen/repr-transparent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/repr-transparent.rs b/tests/codegen/repr-transparent.rs
index 311cbfbaa..759ddea67 100644
--- a/tests/codegen/repr-transparent.rs
+++ b/tests/codegen/repr-transparent.rs
@@ -3,6 +3,7 @@
// ignore-riscv64 riscv64 has an i128 type used with test_Vector
// see codegen/riscv-abi for riscv functiona call tests
// ignore-s390x s390x with default march passes vector types per reference
+// ignore-loongarch64 see codegen/loongarch-abi for loongarch function call tests
#![crate_type="lib"]
#![feature(repr_simd, transparent_unions)]