[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
Thu Oct 30 14:37:32 PDT 2025


================
@@ -471,6 +471,11 @@ class DebugStrOffsetsWriter {
     return std::move(StrOffsetsBuffer);
   }
 
+  StringRef bufferStr() {
----------------
ayermolo wrote:

Please add description on new apis.

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


More information about the llvm-commits mailing list