Fix asm-misplaced-option on ARM/AArch64#33753
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
Hm I believe the intention of this test was to only test x86/x86_64 because the assembly is unlikely to work on other platforms, it's just a relic of our test harness that we require the same messages on all architectures. Could this test be updated with something like |
|
If this test only works on x86/64, wouldn't that mean adding I mean, I see there's a |
|
Yeah unfortunately we don't have |
|
Ok, updated. |
Fix `asm-misplaced-option` on ARM/AArch64 This fixes rust-lang#33737. Of course, since we don't run `make check` for ARM cross builds, you probably won't notice it.
This fixes #33737. Of course, since we don't run
make checkfor ARM cross builds, you probably won't notice it.