[all-commits] [llvm/llvm-project] 42229b: [lldb] XFAIL TestForwardDeclaration.test_debug_nam...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Jun 10 08:10:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 42229b6de756d7e3843d9cdd1988a88d76970695
https://github.com/llvm/llvm-project/commit/42229b6de756d7e3843d9cdd1988a88d76970695
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-06-10 (Wed, 10 Jun 2020)
Changed paths:
M lldb/test/API/lang/c/forward/TestForwardDeclaration.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list