[Lldb-commits] [PATCH] D62634: Improve DWARF parsing and accessing by 1% to 2%
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 1 06:49:32 PDT 2019
clayborg added a comment.
In D62634#1526174 <https://reviews.llvm.org/D62634#1526174>, @jankratochvil wrote:
> 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`.
This really shouldn't be the cause. No functional change here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62634/new/
https://reviews.llvm.org/D62634
More information about the lldb-commits
mailing list