[Lldb-commits] [lldb] 1f74964 - Add amissing REQUIRES: to test

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Tue May 2 11:16:11 PDT 2023


Author: Adrian Prantl
Date: 2023-05-02T11:16:04-07:00
New Revision: 1f74964b403c615c121c0adbd06661adaae14667

URL: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667
DIFF: https://github.com/llvm/llvm-project/commit/1f74964b403c615c121c0adbd06661adaae14667.diff

LOG: Add amissing REQUIRES: to test

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s b/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s
index f6fbcdadfdc8..5d1edf8b73da 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s
@@ -1,5 +1,6 @@
   # Test handling of values represented via DW_OP_div
 
+  # REQUIRES: lld
   # RUN: %clang --target=x86_64-pc-linux -o %t %s
   # RUN: %lldb %t -o "b f" -o "r" -o "c" -o "c" -o "expression -T -- i" \
   # RUN: -o "exit" | FileCheck %s


        


More information about the lldb-commits mailing list