[PATCH] D30553: LTO: Hash type identifier resolutions for LowerTypeTests.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 13:11:54 PST 2017


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

LGTM, with one comment request



================
Comment at: llvm/lib/LTO/LTO.cpp:56
+    TinyPtrVector<const std::pair<const std::string, TypeIdSummary> *>>
+    TypeIdSummariesByGuidTy;
+
----------------
Document, specifically so that it is clear what the std::string here is.


https://reviews.llvm.org/D30553





More information about the llvm-commits mailing list