[PATCH] D49137: [dsymutil] Implement DWARF5 accelerator tables.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 06:51:51 PDT 2018


JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.


================
Comment at: llvm/tools/dsymutil/DwarfLinker.h:164-166
     /// Clear compile units and ranges.
     void Clear() {
       Ranges.clear();
----------------
labath wrote:
> I don't know why you deleted the other clear statement, but in any case, the comment is now out of date.
We can't clear the CUs yet as we need them during emission of the debug_names section to map DIEs to CUs. 


https://reviews.llvm.org/D49137





More information about the llvm-commits mailing list