Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Account for optimization levels other than numbers #417

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jan 7, 2025

The build script currently panics with opt-level=z or opt-level=s. Account for this here.

@tgross35 tgross35 enabled auto-merge (rebase) January 7, 2025 22:32
The build script currently panics with `opt-level=z` or `opt-level=s`.
Account for this here.
@tgross35 tgross35 merged commit 8e82616 into rust-lang:master Jan 7, 2025
35 checks passed
@tgross35 tgross35 deleted the opt-level-parsing branch January 7, 2025 23:06
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jan 7, 2025
This includes [1], which fixes a bug parsing non-numeric optimization
levels.

[1]: rust-lang/libm#417
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jan 7, 2025
The build script currently panics with `opt-level=z` or `opt-level=s`.
Account for this here.

This is the `compiler-builtins` version of [1].

[1]: rust-lang/libm#417
tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Jan 7, 2025
The build script currently panics with `opt-level=z` or `opt-level=s`.
Account for this here.

This is the `compiler-builtins` version of [1].

Fixes: rust-lang#742

[1]: rust-lang/libm#417
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant