[BOLT] Mark option values of --split-functions deprecated
authorFabian Parzefall <parzefall@fb.com>
Sat, 25 Jun 2022 00:00:20 +0000 (17:00 -0700)
committerMaksim Panchenko <maks@fb.com>
Sat, 25 Jun 2022 00:01:13 +0000 (17:01 -0700)
commit96f6ec5090c2f7a1e4804693cbb84c29c574b3de
tree4dc108eb8ab402d1c4d67eab1fc7e7a137e59675
parentd72d48803921551604f49db1ee72aa0ae9e57611
[BOLT] Mark option values of --split-functions deprecated

The SplitFunctions pass does not distinguish between various splitting
modes anymore. This change updates the command line interface to
reflect this behavior by deprecating values passed to the
--split-function option.

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D128558
bolt/README.md
bolt/docs/OptimizingClang.md
bolt/include/bolt/Passes/SplitFunctions.h
bolt/lib/Passes/SplitFunctions.cpp
bolt/test/X86/bug-reorder-bb-jrcxz.s
bolt/test/X86/jump-table-icp.test
bolt/test/X86/shared_object_entry.s
bolt/test/X86/unreachable.test
bolt/test/runtime/X86/exceptions-instrumentation.test
bolt/test/runtime/X86/pie-exceptions-split.test
bolt/test/runtime/meta-merge-fdata.test