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

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 8 12:27:15 PDT 2018


Dor1s added inline comments.


================
Comment at: include/llvm/ProfileData/Coverage/CoverageMapping.h:36
 #include <iterator>
+#include <map>
 #include <memory>
----------------
vsk wrote:
> Is <map> needed?
Oops, leftover! Removed. Thanks!


Repository:
  rL LLVM

https://reviews.llvm.org/D46478





More information about the llvm-commits mailing list