about summary refs log tree commit diff
path: root/tests/ui/debuginfo
diff options
context:
space:
mode:
authorAna Hobden <operator@hoverbear.org>2024-05-16 13:10:17 -0700
committerAna Hobden <ana.hobden@ferrous-systems.com>2024-06-05 09:39:14 -0700
commitae4ae1685c9fcdfd834736c6cbcd58ba13b3e8b9 (patch)
tree742bcca2747a4dd258ee43f7535cdaa92129289b /tests/ui/debuginfo
parentdb8aca48129d86b2623e3ac8cbcf2902d4d313ad (diff)
downloadrust-ae4ae1685c9fcdfd834736c6cbcd58ba13b3e8b9.tar.gz
rust-ae4ae1685c9fcdfd834736c6cbcd58ba13b3e8b9.zip
Repair several riscv64gc-unknown-linux-gnu codegen tests
Fix tests/codegen/riscv-abi/call-llvm-intrinsics.rs

Fix tests/codegen/riscv-abi/riscv64-lp64d-abi.rs

Fix tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs

On riscv64gc ignore tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs

Make tests/codegen/riscv-abi/riscv64-lp64d-abi.rs no_core

Make tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs no_core

Set -O for tests/codegen/riscv-abi/riscv64-lp64d-abi.rs

Set -O for tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
Diffstat (limited to 'tests/ui/debuginfo')
-rw-r--r--tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs b/tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
index 86117965016..3322660d1a8 100644
--- a/tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
+++ b/tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
@@ -1,5 +1,6 @@
 //@ build-pass
 //@ only-linux
+//@ ignore-riscv64 On this platform `-Csplit-debuginfo=unpacked` is unstable, see #120518
 //
 //@ compile-flags: -g --emit=llvm-ir -Csplit-debuginfo=unpacked
 //