[PATCH] D49410: [PDB] Parse UDT symbols and pointers to members
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 04:35:51 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 llvm-commits
mailing list