Skip to content

Commit 04a1fd5

Browse files
authored
[RISCV] Make XFAIL test UNSUPPORTED. (#168525)
Currently the test cfi-multiple-location.mir is marked as XFAIL. This causes failures on some build bots because the test unexpectedly passes. Mark this test as UNSUPPORTED for now. Later I plan to merge an MR which fixes an issue in CFIInstrInserter and this test will be enabled.
1 parent 58b8e6e commit 04a1fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/cfi-multiple-locations.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RUN: llc %s -mtriple=riscv64 \
22
# RUN: -run-pass=cfi-instr-inserter \
33
# RUN: -riscv-enable-cfi-instr-inserter=true
4-
# XFAIL: *
4+
# UNSUPPORTED: target={{.*}}
55

66
# Technically, it is possible that a callee-saved register is saved in multiple different locations.
77
# CFIInstrInserter should handle this, but currently it does not.

0 commit comments

Comments
 (0)