Skip to content

Commit 4139461

Browse files
committed
[lldb] Fix REQUIRES for DWO relative path test
This was "x86-registered-target" which seems to be false in this test suite despite me having the x86 backend enabled. The other tests use just "x86" and with that the test passes on my AArch64 machine fine.
1 parent d7f7fb6 commit 4139461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test to verify LLDB searches for dwos with relative paths relative to the
22
# binary location, not relative to LLDB's launch location.
33

4-
# REQUIRES: x86-registered-target
4+
# REQUIRES: x86
55

66
# RUN: llvm-mc --filetype=obj --triple x86_64-pc-linux %s -o %t.o
77
# RUN: llvm-objcopy --split-dwo=%T/dwo-relative-path.dwo %t.o

0 commit comments

Comments
 (0)