[Lldb-commits] [PATCH] D133446: [LLDB][NativePDB] Global ctor and dtor should be global decls.
Zequan Wu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 11:41:20 PDT 2022
zequanwu added a comment.
In D133446#3779600 <https://reviews.llvm.org/D133446#3779600>, @labath wrote:
> I believe that this fixes the crash, but the names of generated functions still look fairly weird. Could we create them using their mangled name instead? That way, someone might actually call them, if he was so inclined.
It looks like they don't have mangled name stored in pdb.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133446/new/
https://reviews.llvm.org/D133446
More information about the lldb-commits
mailing list