Author: Haojian Wu Date: 2023-11-10T20:56:27+01:00 New Revision: 81a76902ae0fc08138e37212239c5c704eec2f26
URL: https://github.com/llvm/llvm-project/commit/81a76902ae0fc08138e37212239c5c704eec2f26 DIFF: https://github.com/llvm/llvm-project/commit/81a76902ae0fc08138e37212239c5c704eec2f26.diff LOG: [lldb] Only run ignored_artificial_fields.test when gcc is available. Added: Modified: lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test b/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test index e7d3bc4b796224a..21af535368ee943 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test +++ b/lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test @@ -1,4 +1,5 @@ # UNSUPPORTED: system-darwin, system-windows +# REQUIRES: gcc # Make sure the artifical field `vptr.ClassName` from gcc debug info is ignored. # RUN: %build --compiler=gcc %S/Inputs/debug-types-expressions.cpp -o %t _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits