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

refactor target flags #873

Merged
merged 2 commits into from
Feb 26, 2024
Merged

refactor target flags #873

merged 2 commits into from
Feb 26, 2024

Conversation

youknowone
Copy link
Contributor

Since Apple architectures have very specific ways of dealing with compiler flags, dividing Apple and the rest of the architecture helps lump similar logic together. We will not have to fix 2 unrelated places for Apple architecture issues anymore.

Now deployment target version is reused for both architecture and target. I didn't finish it here yet, but target handling can be smarter by reusing architecture handling result.

Copy link
Collaborator

@NobodyXu NobodyXu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Collaborator

@NobodyXu NobodyXu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@NobodyXu
Copy link
Collaborator

@youknowone can you resolve the merge conflict please?

@youknowone
Copy link
Contributor Author

@NobodyXu Done

@NobodyXu NobodyXu merged commit f0153a4 into rust-lang:main Feb 26, 2024
21 checks passed
@NobodyXu
Copy link
Collaborator

Thank you!

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.

None yet

2 participants