-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Configure should conditionally add -fno-reorder-blocks-and-partition
#101060
Labels
type-bug
An unexpected behavior, bug, or error
Comments
indygreg
added a commit
to indygreg/cpython
that referenced
this issue
Jan 15, 2023
The flag isn't implemented on Clang. So we need this so we can enable BOLT on Clang.
indygreg
added a commit
to indygreg/cpython
that referenced
this issue
Jan 15, 2023
The flag isn't implemented on Clang. So we need this so we can enable BOLT on Clang.
indygreg
added a commit
to indygreg/cpython
that referenced
this issue
Jan 16, 2023
The flag isn't implemented on Clang. So we need this so we can enable BOLT on Clang.
indygreg
added a commit
to indygreg/cpython
that referenced
this issue
Jan 21, 2023
The flag isn't implemented on Clang. So we need this so we can enable BOLT on Clang.
Current status
|
corona10
pushed a commit
that referenced
this issue
Jan 24, 2023
Now BOLT build supports clang too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
--enable-bolt
currently unconditionally adds-fno-reorder-blocks-and-partition
. This flag isn't implemented on Clang and breaks the build in this configuration.PR forthcoming.
Linked PRs
-fno-reorder-blocks-and-partition
#101061The text was updated successfully, but these errors were encountered: