[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 12:06:44 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:
This could be moved out of this diff into a small NFC change.
https://github.com/llvm/llvm-project/pull/81062
More information about the llvm-commits
mailing list