[Lldb-commits] [PATCH] D138077: Send statistics in initialized event
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 16 03:24:06 PST 2022
labath added a comment.
It fails on all linux bots, so I've reverted it for now.
>From what I can tell, the problem is that linux does not immediately (before running the process) load the shared library, and so the overall startup debug info size is reported as zero (because the main executable is stripped). It doesn't seem like this test really needs shared libraries, so maybe the simplest way to fix it would be to use an unstripped executable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138077/new/
https://reviews.llvm.org/D138077
More information about the lldb-commits
mailing list