[PATCH] D45566: [CodeGen/Dwarf] Make debug_names compatible with split-dwarf

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 08:52:07 PDT 2018


aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.h:342
 
+  void addAccelDebugName(StringRef Name, const DIE &Die);
+
----------------
any kind of doxygen comment that would make sense here?


Repository:
  rL LLVM

https://reviews.llvm.org/D45566





More information about the llvm-commits mailing list