diff options
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll | 2 | ||||
-rw-r--r-- | lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll b/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll index b0a9f229505..aab0128264c 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll +++ b/lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll @@ -1,3 +1,5 @@ +; UNSUPPORTED: system-windows +; ; This test verifies that we do the right thing with DIFlagExportSymbols which is the new ; behavioir and without the DIFlagExportSymbols which is the old behavior for the given ; definitions below. diff --git a/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp b/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp index f1254fe3b1b..5e80c5c6d0b 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp +++ b/lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp @@ -1,3 +1,5 @@ +// UNSUPPORTED: system-windows +// // Test to verify we are corectly generating anonymous flags when parsing // anonymous class and unnamed structs from DWARF to the a clang AST node. |