[PATCH] D51247: Support for remapping profile data, for instrumentation-based profiling.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 10 00:31:46 PDT 2018


MaskRay added inline comments.


================
Comment at: include/llvm/ProfileData/InstrProfReader.h:351
 
+template<typename HashTableImpl>
+class InstrProfReaderItaniumRemapper;
----------------
Space? `template <typename HashTableImpl>`


Repository:
  rL LLVM

https://reviews.llvm.org/D51247





More information about the llvm-commits mailing list