[PATCH] D107097: [llvm-profgen] Support perf script without parsing MMap events

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 16:38:04 PDT 2021


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

LGTM, thanks.



================
Comment at: llvm/tools/llvm-profgen/PerfReader.h:657
+
+  bool EventSeen;
 };
----------------
Nit: add a comment to indicate what the flag is used for.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107097



More information about the llvm-commits mailing list