[llvm] [BOLT][DWARF] Cleanup buffer initialization for DWO range writer (PR #97843)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 18:12:10 PDT 2024


================
@@ -226,6 +226,9 @@ class DebugRangesSectionWriter {
   /// Needs to be invoked before each \p CU is processed.
   void virtual initSection(DWARFUnit &CU){};
 
+  /// Inits Ranges section with empty list.
----------------
ayermolo wrote:

use full word: Inits

https://github.com/llvm/llvm-project/pull/97843


More information about the llvm-commits mailing list