[PATCH] D41920: [DWARF][NFC] Prep for upcoming DWARF v5 string offsets table producer patch.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 15:29:00 PST 2018


aprantl added inline comments.


================
Comment at: include/llvm/CodeGen/DwarfStringPoolEntry.h:44
   StringRef getString() const { return I->first(); }
+  DwarfStringPoolEntry getEntry() const { return I->getValue(); }
 
----------------
Comment perhaps?


https://reviews.llvm.org/D41920





More information about the llvm-commits mailing list