[lldb] Require x86 support for dwo-relative-path test
authorDave Lee <davelee.com@gmail.com>
Mon, 10 Jan 2022 05:29:39 +0000 (21:29 -0800)
committerDave Lee <davelee.com@gmail.com>
Mon, 10 Jan 2022 05:35:32 +0000 (21:35 -0800)
lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s

index 1916461..58c61a4 100644 (file)
@@ -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