[PATCH] D123067: Allow building heatmaps from basic sampled events with `-nl`.
Rafael Auler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 5 12:19:52 PDT 2022
rafauler added inline comments.
================
Comment at: bolt/lib/Profile/DataAggregator.cpp:1346
+ errs() << "HEATMAP-ERROR: no samples detected in profile. "
+ "Cannot build heatmap."
+ }
----------------
Missing ;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123067/new/
https://reviews.llvm.org/D123067
More information about the llvm-commits
mailing list