Skip to content

Commit

Permalink
[3.12] gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (GH…
Browse files Browse the repository at this point in the history
…-128457) (#128462)

'hfsort+' is deprecated in favor of 'cdsort'.

(cherry picked from commit 4974bbd)

Co-authored-by: Zanie Blue <contact@zanie.dev>
  • Loading branch information
miss-islington and zanieb authored Jan 3, 2025
1 parent e440459 commit d56e502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2127,7 +2127,7 @@ then
[m4_normalize("
-update-debug-sections
-reorder-blocks=ext-tsp
-reorder-functions=hfsort+
-reorder-functions=cdsort
-split-functions
-icf=1
-inline-all
Expand Down

0 comments on commit d56e502

Please sign in to comment.