[llvm] [BOLT][DWARF] Updated DW_AT_comp_dir/DW_AT_dwo_name for DWO TUs. (PR #91486)

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 15:35:27 PDT 2024


================
@@ -460,20 +460,28 @@ class DebugStrOffsetsWriter {
     StrOffsets.clear();
   }
 
+  /// Returns True if StrOffsets Section was modified.
----------------
dcci wrote:

probably you can just remove it the comment, the function is self-explanatory.

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


More information about the llvm-commits mailing list