[Lldb-commits] [PATCH] D108061: [lldb] Add support for shared library load when executable called through ld.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 31 15:46:43 PDT 2021
clayborg added a comment.
In D108061#2973624 <https://reviews.llvm.org/D108061#2973624>, @rdhindsa wrote:
> For me, this test passes every time. I have tried multiple times with instructions from failing bot, but haven't been able to reproduce the failure locally yet.
A few things you can try:
- build in "Release" or "RelWithDebInfo" and run the test suite. Probably closer to what the buildbots do
- build with asserts enabled if you aren't already
- build with ASAN or UBSAN and run that specific test only and see if anything gets triggered
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108061/new/
https://reviews.llvm.org/D108061
More information about the lldb-commits
mailing list