[Lldb-commits] [PATCH] D49410: [PDB] Parse UDT symbols and pointers to members
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 20 04:35:50 PDT 2018
zturner added a comment.
I think the problem is in lld, we don’t emit S_UDT symbols because it
caused weird problems in WinDbg. There’s a comment explaining it in
PDB.cpp. But after some recent fixes this may just work. So we should
probably try again to emit the S_UDT in lld, I think that should fix it
https://reviews.llvm.org/D49410
More information about the lldb-commits
mailing list