Skip to content

Commit 547e013

Browse files
sarnexgithub-actions[bot]
authored andcommitted
Automerge: [llvm-debuginfo-analyzer][lit] Fix tests failing when X86 isn't available (#155678)
Need to require the target. Fixes: llvm/llvm-project#153318 Signed-off-by: Sarnie, Nick <[email protected]>
2 parents 2c674ee + 5bae366 commit 547e013

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm/test/tools/llvm-debuginfo-analyzer/DWARF/DW_AT_ranges.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# 12 return (int)my_var;
1717
# 13 }
1818

19+
# REQUIRES: x86-registered-target
20+
1921
# RUN: llvm-mc %s -triple=i686-pc-linux -filetype=obj -o - | \
2022
# RUN: llvm-debuginfo-analyzer --attribute=all \
2123
# RUN: --print=all \

llvm/test/tools/llvm-debuginfo-analyzer/DWARF/high_pc_exclusive.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
# 8 }
1313
# 9
1414

15+
# REQUIRES: x86-registered-target
16+
1517
# RUN: llvm-mc %s -triple=i686-pc-linux -filetype=obj -o - | \
1618
# RUN: llvm-debuginfo-analyzer --attribute=all \
1719
# RUN: --print=all \

0 commit comments

Comments
 (0)