[LLDB] Fix for windows bots broken by unsupported tests

This commit is contained in:
shafik 2019-10-29 11:33:11 -07:00
parent 1765f31f5a
commit e6581783f7
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.