[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)

Amir Ayupov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 13:12:43 PST 2024


================
@@ -450,10 +456,16 @@ class DebugStrOffsetsWriter {
     return std::move(StrOffsetsBuffer);
   }
 
-private:
   /// Initializes Buffer and Stream.
   void initialize(DWARFUnit &Unit);
 
+  /// Clear data.
----------------
aaupov wrote:

Please see the comment above. 

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


More information about the llvm-commits mailing list