Skip to content

Commit 73db4e3

Browse files
authored
Rollup merge of #127967 - joshua-zivkovic:joshua-zivkovic/disable-split-debuginfo, r=jieyouxu
Disable run-make/split-debuginfo test for RISC-V 64 Together with `@Hoverbear,` we've been improving the state of the riscv64gc-unknown-linux-gnu target. This is in relation to #125220 where `tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs` was disabled for RISC-V 64 in that another test, `tests/run-make/split-debuginfo` also needs to be disabled due to llvm/llvm-project#56642 and the changes made in #120518. This test appears to be a host test, not a target test, so it isn't seen failing in #126641, however, we are in the process of testing host tools for riscv64-gc-unknown-linux-gnu so this test has now been noticed to be a problem.
2 parents 1318ec0 + 6edf0fc commit 73db4e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-make/split-debuginfo/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# ignore-cross-compile
2+
# ignore-riscv64 On this platform only `-Csplit-debuginfo=off` is supported, see #120518
3+
24
include ../tools.mk
35

46
all: off packed unpacked

0 commit comments

Comments
 (0)