[llvm] [BOLT][DWARF] Refactor legacy ranges writers (PR #96006)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 12:42:17 PDT 2024
================
@@ -89,6 +89,15 @@ class DWARFRewriter {
/// Store Rangelists writer for each DWO CU.
RangeListsDWOWriers RangeListsWritersByCU;
+ /// Contains ranges writer and die.
----------------
maksfb wrote:
Briefly describe what this datatype is used for. The reader could see the contents in the lines below.
https://github.com/llvm/llvm-project/pull/96006
More information about the llvm-commits
mailing list