[PATCH] D96035: [dsymutil][DWARFlinker] implement separate multi-thread processing for compile units.

DreamPiggy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 21:08:55 PDT 2022


dreampiggy added a comment.

> DW_TAG_thrown_type is currently not handled by new DWARFLinker(as well as by old DWARFLinker)

Yes. But seems the old DWARFLinker DIECloner does not hit any assert and crash. Seems the new "artificial compile unit" based on types name will fail on this case ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96035/new/

https://reviews.llvm.org/D96035



More information about the llvm-commits mailing list