[PATCH] D131283: [BOLT] Disable -lite when split function is present
Maksim Panchenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 15:50:50 PDT 2022
maksfb accepted this revision.
maksfb added inline comments.
This revision is now accepted and ready to land.
================
Comment at: bolt/lib/Rewrite/RewriteInstance.cpp:1440
+ errs() << "\nBOLT-WARNING: disabling lite mode (-lite) when split "
+ << "functions are present.\n";
+ }
----------------
nit: drop the trailing period.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131283/new/
https://reviews.llvm.org/D131283
More information about the llvm-commits
mailing list