[PATCH] D148868: [llvm-profdata] ProfileReader cleanup - preparation for MD5 refactoring

William Junda Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 13:45:05 PDT 2023


huangjd added inline comments.


================
Comment at: llvm/include/llvm/ProfileData/SampleProfReader.h:571
+
+  /// Whether the profile uses MD5 for Sample Conexts for function names. This
+  /// can be one-way overriden by the user to force use MD5.
----------------
wenlei wrote:
> typo: Conexts->Contexts, for->or
fixed


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148868/new/

https://reviews.llvm.org/D148868



More information about the llvm-commits mailing list