summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Lee <davelee.com@gmail.com>2022-01-09 21:29:39 -0800
committerDave Lee <davelee.com@gmail.com>2022-01-09 21:35:32 -0800
commit268a42d6976d571da2edcefea36f1d77e252d5bc (patch)
tree942d059c7cc80ad25bb394ef36d90699cb36bf2f
parent296e8cae5cdaaf292df00453d15fbd5858d6ea0c (diff)
downloadllvm-268a42d6976d571da2edcefea36f1d77e252d5bc.tar.gz
[lldb] Require x86 support for dwo-relative-path test
-rw-r--r--lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s b/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s
index 1916461e3ce8..58c61a4b577a 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s
@@ -1,6 +1,8 @@
# Test to verify LLDB searches for dwos with relative paths relative to the
# binary location, not relative to LLDB's launch location.
+# REQUIRES: x86-registered-target
+
# RUN: llvm-mc --filetype=obj --triple x86_64-pc-linux %s -o %t.o
# RUN: llvm-objcopy --split-dwo=%T/dwo-relative-path.dwo %t.o