[PATCH] D111902: [llvm-profgen] Warn on invalid range and show warning summary
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 1 21:18:49 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.cpp:1078
+
+ static const char *EndNotBoundaryMsg =
+ "Range end is not on instruction boundary.";
----------------
nit: no need to use `static`. Sorry for previous confusion.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111902/new/
https://reviews.llvm.org/D111902
More information about the llvm-commits
mailing list