Author: Ted Woodward Date: 2020-02-13T11:17:27-06:00 New Revision: cecc185166c03945f1c06f8d3e1993720f3d3c1a
URL: https://github.com/llvm/llvm-project/commit/cecc185166c03945f1c06f8d3e1993720f3d3c1a DIFF: https://github.com/llvm/llvm-project/commit/cecc185166c03945f1c06f8d3e1993720f3d3c1a.diff LOG: Add REQUIRES: x86 so this won't be run if x86 is not available. Added: Modified: lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s b/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s index 96e4abe110e6..1448993672a1 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s +++ b/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-smaller-than-struct.s @@ -1,3 +1,5 @@ +# REQUIRES: x86 + # RUN: llvm-mc -filetype=obj -o %t -triple x86_64-pc-linux %s # RUN: %lldb %t -o "target variable reset" -b | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits