[PATCH] D46478: [Coverage] Take filenames into account when loading function records.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 11:37:25 PDT 2018


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

LGTM, thanks!



================
Comment at: include/llvm/ProfileData/Coverage/CoverageMapping.h:36
 #include <iterator>
+#include <map>
 #include <memory>
----------------
Is <map> needed?


Repository:
  rL LLVM

https://reviews.llvm.org/D46478





More information about the llvm-commits mailing list