[PATCH] D50204: [llvm-objdump] Label calls to the PLT

Joel Galenson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 15:40:56 PDT 2018


jgalenson added a comment.

Is there a better way to handle appending "@plt" to the name?  I had to add a vector to keep the original string around so that the StringRefs are still good, but that's a bit ugly.


Repository:
  rL LLVM

https://reviews.llvm.org/D50204





More information about the llvm-commits mailing list