Skip to content

Commit d56e502

Browse files
[3.12] gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (GH-128457) (#128462)
'hfsort+' is deprecated in favor of 'cdsort'. (cherry picked from commit 4974bbd) Co-authored-by: Zanie Blue <[email protected]>
1 parent e440459 commit d56e502

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ then
21272127
[m4_normalize("
21282128
-update-debug-sections
21292129
-reorder-blocks=ext-tsp
2130-
-reorder-functions=hfsort+
2130+
-reorder-functions=cdsort
21312131
-split-functions
21322132
-icf=1
21332133
-inline-all

0 commit comments

Comments
 (0)