-
Notifications
You must be signed in to change notification settings - Fork 14k
Make named asm_labels lint not trigger on hexagon register spans #143037
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
Conversation
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
This comment has been minimized.
This comment has been minimized.
1a4538b to
18a091e
Compare
This comment has been minimized.
This comment has been minimized.
18a091e to
dea531e
Compare
This comment has been minimized.
This comment has been minimized.
|
r? @workingjubilee since this relates with asm :) |
|
|
|
mmmh r? @Amanieu |
Maybe I should mark this PR as a draft while I work on llvm/llvm-project#146215 as a step towards a long-term solution. |
|
Sure, though you will need to pick another reviewer on the LLVM side since I no longer have review rights in LLVM. |
|
@androm3da is the plan to merge this into rustc and then eventually switch to using llvm/llvm-project#146215 in the future? If so, I guess this still needs to be reviewed? |
Yeah, maybe that makes the most sense. I was optimistic about making the assembler change but I just haven't gotten to spend time on it. If @Amanieu or someone else is able to review this PR that would be great. I'll still follow through on the assembler change though. |
dea531e to
7c0ef85
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ae8b999 to
e635627
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e635627 to
7cc7480
Compare
|
@Amanieu PTAL when you get a chance |
|
This seems fine to me until the relevant LLVM support lands. @bors r+ |
…bel, r=Amanieu Make named asm_labels lint not trigger on hexagon register spans Fixes rust-lang#143021
Rollup of 10 pull requests Successful merges: - #133149 (Provide more context on `Fn` closure modifying binding) - #143037 (Make named asm_labels lint not trigger on hexagon register spans) - #144529 (Add `#[rustc_pass_indirectly_in_non_rustic_abis]`) - #145915 (Stabilize `fmt::from_fn`) - #145974 (Stabilize -Zno-jump-tables into -Cjump-tables=bool) - #146057 (feat: add `from_fn_ptr` to `Waker` and `LocalWaker`) - #146301 (library: std: sys: net: uefi: tcp: Implement write_vectored) - #148437 (Regression test for undefined `__chkstk` on `aarch64-unknown-uefi`) - #148448 (Update books) - #148451 (tidy: Fix false positives with absolute repo paths in `pal.rs` `check()`) r? `@ghost` `@rustbot` modify labels: rollup
|
Failed in rollup: #148458 (comment)
@bors r- |
7cc7480 to
54df8da
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
thank you so much to the folks who did the range diffs @bors r=Amanieu |
Rollup of 7 pull requests Successful merges: - #143037 (Make named asm_labels lint not trigger on hexagon register spans) - #147043 (Add default sanitizers to TargetOptions) - #147586 (std-detect: improve detect macro docs) - #147912 ([rustdoc] Gracefully handle error in case we cannot run the compiler in doctests) - #148540 (Minor fixes to StdNonZeroNumberProvider for gdb) - #148541 (Add num_children method to some gdb pretty-printers) - #148549 (Fix broken qemu-cskyv2 link) Failed merges: - #147935 (Add LLVM realtime sanitizer) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #143021