[PATCH] D126722: [BOLT][NFC] Warning for deprecated option '-reorder-blocks=cache+'
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 13:57:43 PDT 2022
Amir added inline comments.
================
Comment at: bolt/lib/Passes/BinaryPasses.cpp:190-191
+ option = bolt::ReorderBasicBlocks::LT_OPTIMIZE_EXT_TSP;
+ WithColor::warning() << "option cache+ is deprecated, automatically"
+ << "switch to option ext-tsp.\n";
+ }
----------------
rafauler wrote:
> "option cache+ is deprecated, please use ext-tsp.\n"
Does the new message look good?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126722/new/
https://reviews.llvm.org/D126722
More information about the llvm-commits
mailing list