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

mk: Remove old flags to llc for arm. #12305

Merged
merged 1 commit into from
Feb 16, 2014
Merged

mk: Remove old flags to llc for arm. #12305

merged 1 commit into from
Feb 16, 2014

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Feb 16, 2014

These are no longer valid options as of the recent llvm upgrade.

bors added a commit that referenced this pull request Feb 16, 2014
These are no longer valid options as of the recent llvm upgrade.
@bors bors closed this Feb 16, 2014
@bors bors merged commit 615536a into rust-lang:master Feb 16, 2014
@luqmana luqmana deleted the ub branch February 16, 2014 17:52
flip1995 pushed a commit to flip1995/rust that referenced this pull request Feb 26, 2024
Ensure ASM syntax detect `global_asm!` and `asm!` only on x86 architectures

The ASM syntax lint is only relevant on x86 architectures, so this PR ensures it doesn't trigger on other architectures. This PR also makes the lints check `global_asm!` items as well as `asm!` expressions.

changelog: Check `global_asm!` items in the ASM syntax lints, and fix false positives on non-x86 architectures.
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.

3 participants