From 268a42d6976d571da2edcefea36f1d77e252d5bc Mon Sep 17 00:00:00 2001 From: Dave Lee Date: Sun, 9 Jan 2022 21:29:39 -0800 Subject: [lldb] Require x86 support for dwo-relative-path test --- lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1