[llvm] [BOLT][DWARF] Add support for .debug_names (PR #81062)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 16 14:13:11 PST 2024
================
@@ -450,10 +456,16 @@ class DebugStrOffsetsWriter {
return std::move(StrOffsetsBuffer);
}
-private:
/// Initializes Buffer and Stream.
void initialize(DWARFUnit &Unit);
+ /// Clear data.
----------------
ayermolo wrote:
I don't think it simplifies the review, and context for change is within this PR anyway.
https://github.com/llvm/llvm-project/pull/81062
More information about the llvm-commits
mailing list