[PATCH] D52049: [ThinLTOCodeGenerator] Avoid Rehash StringMap in ThreadPool
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 14 09:41:14 PDT 2018
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
LGTM with nit.
================
Comment at: lib/LTO/ThinLTOCodeGenerator.cpp:954
// Make sure that every module has an entry in the ExportLists and
// ResolvedODR maps to enable threaded access to these maps below.
+ for (auto &Module : Modules) {
----------------
update comment
Repository:
rL LLVM
https://reviews.llvm.org/D52049
More information about the llvm-commits
mailing list