[PATCH] D46087: Remove unused features from StringRefZ and move it to Symbols.h.

Rafael Avila de Espindola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 25 15:27:51 PDT 2018


espindola accepted this revision.
espindola added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/ELF/Symbols.h:41
+// use this class to represents strings read from string tables.
+class StringRefZ {
+public:
----------------
Just make it a struct if it is all public .


https://reviews.llvm.org/D46087





More information about the llvm-commits mailing list