Move individual warnings under verbosity >= 1, print out a warning with
aggregate number.
Details
Details
- Reviewers
rafauler maksfb - Group Reviewers
Restricted Project - Commits
- rGe20074053da8: [BOLT] Emit a warning about invalid entries in function-order list
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I guess the changes in RewriteInstance.cpp are not part of this diff, since they don't match the commit message?
bolt/lib/Passes/ReorderFunctions.cpp | ||
---|---|---|
386–387 | nit: keep naming ("Reorder functions" vs "ReorderFunctions") consistent (you can also use this->getName()). Drop the trailing period. |
nit: keep naming ("Reorder functions" vs "ReorderFunctions") consistent (you can also use this->getName()). Drop the trailing period.