[PATCH] D128558: [BOLT] Mark option values of --split-functions deprecated

Fabian Parzefall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 14:17:22 PDT 2022


FPar created this revision.
FPar added reviewers: yota9, Amir, rafauler, maksfb.
Herald added a subscriber: ayermolo.
Herald added a project: All.
FPar requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128558

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128558.439888.patch
Type: text/x-patch
Size: 9940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/ac1f70c9/attachment.bin>


More information about the llvm-commits mailing list