Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOLT uses deprecated option -reorder-functions=hfsort+ #128456

Closed
zanieb opened this issue Jan 3, 2025 · 0 comments · Fixed by #128457
Closed

BOLT uses deprecated option -reorder-functions=hfsort+ #128456

zanieb opened this issue Jan 3, 2025 · 0 comments · Fixed by #128457
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@zanieb
Copy link
Contributor

zanieb commented Jan 3, 2025

Bug report

Bug description:

Building with BOLT optimizations emits the following warning

BOLT-WARNING: '-reorder-functions=hfsort+' is deprecated, please use '-reorder-functions=cdsort' instead

From the usage at

-reorder-functions=hfsort+

The resolution looks quite straight-forward, I'll post a patch.

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@zanieb zanieb added the type-bug An unexpected behavior, bug, or error label Jan 3, 2025
@picnixz picnixz added the build The build process and cross-build label Jan 3, 2025
@erlend-aasland erlend-aasland linked a pull request Jan 3, 2025 that will close this issue
erlend-aasland pushed a commit that referenced this issue Jan 3, 2025
'hfsort+' is deprecated in favor of 'cdsort'.
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 3, 2025
…honGH-128457)

'hfsort+' is deprecated in favor of 'cdsort'.
(cherry picked from commit 4974bbd)

Co-authored-by: Zanie Blue <[email protected]>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jan 3, 2025
…honGH-128457)

'hfsort+' is deprecated in favor of 'cdsort'.
(cherry picked from commit 4974bbd)

Co-authored-by: Zanie Blue <[email protected]>
erlend-aasland pushed a commit that referenced this issue Jan 3, 2025
…-128457) (#128462)

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

(cherry picked from commit 4974bbd)

Co-authored-by: Zanie Blue <[email protected]>
erlend-aasland pushed a commit that referenced this issue Jan 3, 2025
…-128457) (#128461)

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

(cherry picked from commit 4974bbd)

Co-authored-by: Zanie Blue <[email protected]>
WolframAlph pushed a commit to WolframAlph/cpython that referenced this issue Jan 4, 2025
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this issue Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants