summaryrefslogtreecommitdiff
path: root/lldb/test
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2023-05-02 11:15:29 -0700
committerAdrian Prantl <aprantl@apple.com>2023-05-02 11:16:04 -0700
commit1f74964b403c615c121c0adbd06661adaae14667 (patch)
tree91be0817cd0ae001cdc702a5181908227842217d /lldb/test
parent07484d249bcbd5a9cfc04305140979210a3e2ace (diff)
downloadllvm-1f74964b403c615c121c0adbd06661adaae14667.tar.gz
Add amissing REQUIRES: to test
Diffstat (limited to 'lldb/test')
-rw-r--r--lldb/test/Shell/SymbolFile/DWARF/x86/DW_OP_div-with-signed.s1
1 files changed, 1 insertions, 0 deletions
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