search for: d49741

Displaying 1 result from an estimated 1 matches for "d49741".

Did you mean: 649741
2018 Jul 24
2
[DWARF] De-segregating type units and compile units
...the actual code differs). The existing distinction between "normal" and split (DWO) units remains; that has to do with what information exists in which object files, and is not fundamentally changing in DWARF v5. Patch 1: De-templatize DWARFUnitSection https://reviews.llvm.org/D49741 Patch 2: The TU collection doesn't need to be a deque https://reviews.llvm.org/D49742 Patch 3: Rename DWARFUnitSection to DWARFUnitVector https://reviews.llvm.org/D49743 Patch 4: Unify handling of type and compile units https://reviews.llvm.org/D49744 Thanks, --paulr