Author: Dave Lee
Date: 2022-01-09T21:35:32-08:00
New Revision: 268a42d6976d571da2edcefea36f1d77e252d5bc

URL: 
https://github.com/llvm/llvm-project/commit/268a42d6976d571da2edcefea36f1d77e252d5bc
DIFF: 
https://github.com/llvm/llvm-project/commit/268a42d6976d571da2edcefea36f1d77e252d5bc.diff

LOG: [lldb] Require x86 support for dwo-relative-path test

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s 
b/lldb/test/Shell/SymbolFile/DWARF/dwo-relative-path.s
index 1916461e3ce8b..58c61a4b577a6 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
 


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to