[PATCH] D49493: [DebugInfo] Reduce debug_str_offsets section size

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 02:39:50 PDT 2018


JDevlieghere added inline comments.


================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2407
+  AccelDebugNames.addName(
+      Holder.getStringPool().getEntry(*Asm, Name, /*Indexed*/ false), Die);
 }
----------------
Would it make sense to make false the default?


Repository:
  rL LLVM

https://reviews.llvm.org/D49493





More information about the llvm-commits mailing list