[PATCH] D45589: [DWARF] Defer emitting type units until the compile units are done.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 13 06:44:26 PDT 2018
probinson abandoned this revision.
probinson added a comment.
So, it turns out DebugInfo/DWARF needs to start looking for multiple .debug_info sections, just like it looks for multiple .debug_types sections, because the type units are still in COMDATs. And I think I found the weird intermixing problem, that was a different bug.
So, no need for this patch after all.
Repository:
rL LLVM
https://reviews.llvm.org/D45589
More information about the llvm-commits
mailing list