Skip to content

Commit 4974bbd

Browse files
authored
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
'hfsort+' is deprecated in favor of 'cdsort'.
1 parent befcfdf commit 4974bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@ then
21832183
[m4_normalize("
21842184
-update-debug-sections
21852185
-reorder-blocks=ext-tsp
2186-
-reorder-functions=hfsort+
2186+
-reorder-functions=cdsort
21872187
-split-functions
21882188
-icf=1
21892189
-inline-all

0 commit comments

Comments
 (0)