[lldb] XFAIL TestForwardDeclaration.test_debug_names on windows
authorPavel Labath <pavel@labath.sk>
Wed, 10 Jun 2020 15:07:31 +0000 (17:07 +0200)
committerPavel Labath <pavel@labath.sk>
Wed, 10 Jun 2020 15:09:51 +0000 (17:09 +0200)
commit42229b6de756d7e3843d9cdd1988a88d76970695
tree05e8fa1c7868eb0aef2c1680db3cb0ebd300a21a
parent0f2af15c1b00a08b84b780143001e04a25994628
[lldb] XFAIL TestForwardDeclaration.test_debug_names on windows

Before 539b47c9 this test was not actually using the debug_names section
because the -gdwarf added by Makefile.rules on windows overrode the
-gdwarf-5 flag from CFLAGS_EXTRAS. Now that -gdwarf-5 is respected, the
test is failing.
lldb/test/API/lang/c/forward/TestForwardDeclaration.py