[PATCH] D38409: [dwarfdump] Add -lookup option

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 09:10:28 PDT 2017


aprantl added a comment.

Instead of storing a std::string containing a copy of filename and dir, we might be able to just use a StringRef and share the storage for the payload.


Repository:
  rL LLVM

https://reviews.llvm.org/D38409





More information about the llvm-commits mailing list