[Lldb-commits] [PATCH] D62634: Improve DWARF parsing and accessing by 1% to 2%
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 1 05:07:20 PDT 2019
jankratochvil added a comment.
On Fedora 29 x86_64 it broke:
FAIL: LLDB (/home/jkratoch/redhat/llvm-monorepo-clangassert/bin/clang-9-x86_64) :: test_enable_dwo (TestBreakpointLocations.BreakpointLocationsTestCase)
FAIL: LLDB (/home/jkratoch/redhat/llvm-monorepo-clangassert/bin/clang-9-x86_64) :: test_shadowed_command_options_dwo (TestBreakpointLocations.BreakpointLocationsTestCase)
FAIL: LLDB (/home/jkratoch/redhat/llvm-monorepo-clangassert/bin/clang-9-x86_64) :: test_shadowed_cond_options_dwo (TestBreakpointLocations.BreakpointLocationsTestCase)
That is the `dwo` part of `TestBreakpointLocations`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62634/new/
https://reviews.llvm.org/D62634
More information about the lldb-commits
mailing list