[llvm] [BOLT][DWARF] Slice .debug_str from the DWP for each CU (PR #159540)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 2 16:49:16 PST 2025
================
@@ -1723,7 +1723,66 @@ StringRef getSectionName(const SectionRef &Section) {
return Name;
}
-// Extracts an appropriate slice if input is DWP.
+// Exctracts some appropriate slices of .debug_str.dwo from DWP.
----------------
ayermolo wrote:
Please update description to be more descriptive of what "appropriate" means.
Also maybe couple of sentences on overall algorithm, and mention Fragment optimization, and saving writes on offsets if they are the same.
https://github.com/llvm/llvm-project/pull/159540
More information about the llvm-commits
mailing list