[Lldb-commits] [lldb] 81a7690 - [lldb] Only run ignored_artificial_fields.test when gcc is available.

Haojian Wu via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 11:57:06 PST 2023


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


        


More information about the lldb-commits mailing list