Skip to content

Preparations for building as part of rustc #1187

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

Merged
merged 2 commits into from
Jul 17, 2021
Merged

Preparations for building as part of rustc #1187

merged 2 commits into from
Jul 17, 2021

Conversation

bjorn3
Copy link
Member

@bjorn3 bjorn3 commented Jul 17, 2021

It is now required to use -Zunstable-options when using -Cllvm-args to pass options to cg_clif. Several features are also disabled when compiling as part of rustc as they are not yet ready.

cc rust-lang/rust#81746

bjorn3 added 2 commits July 17, 2021 16:32
Both features are not yet ready. Inline-asm is only supported on Linux
and requires explicitly specifying registers instead of register
classes. The jit has usability issues and may require the cg_clif
executable in the future.
@bjorn3 bjorn3 added the C-enhancement Category: An issue proposing an enhancement or a PR with one. label Jul 17, 2021
@bjorn3 bjorn3 merged commit bd2f72f into master Jul 17, 2021
@bjorn3 bjorn3 deleted the feature_gating branch July 17, 2021 15:56
@bjorn3 bjorn3 added this to the Distribute as rustup component milestone Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant