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

Don't pass -exhaustive-register-search directly to clang compiler #4616

Merged
merged 1 commit into from
Apr 6, 2024

Conversation

MehdiChinoune
Copy link
Contributor

-exhaustive-register-search is an LLVM code generation flag that shouldn't be passed directly to clang compiler.

Fixes #4615

`-exhaustive-register-search` is an LLVM code generation flag that shouldn't be passed directly to clang compiler.
@MehdiChinoune MehdiChinoune marked this pull request as ready for review April 6, 2024 05:11
@martin-frbg martin-frbg added this to the 0.3.28 milestone Apr 6, 2024
@martin-frbg martin-frbg merged commit fbd42e9 into OpenMathLib:develop Apr 6, 2024
68 of 69 checks passed
@MehdiChinoune MehdiChinoune deleted the patch-1 branch April 6, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang-18 doesn't accept -exhaustive-register-search
2 participants