Skip to content

Commit 268a42d

Browse files
committed
[lldb] Require x86 support for dwo-relative-path test
1 parent 296e8ca commit 268a42d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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
5+
46
# RUN: llvm-mc --filetype=obj --triple x86_64-pc-linux %s -o %t.o
57
# RUN: llvm-objcopy --split-dwo=%T/dwo-relative-path.dwo %t.o
68

0 commit comments

Comments
 (0)