cg_llvm: More preparation for moving FFI bindings to rustc_llvm#147430
cg_llvm: More preparation for moving FFI bindings to rustc_llvm#147430bors merged 2 commits intorust-lang:mainfrom
rustc_llvm#147430Conversation
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (presumably #147453) made this pull request unmergeable. Please resolve the merge conflicts. |
This comment has been minimized.
This comment has been minimized.
|
☔ The latest upstream changes (presumably #147629) made this pull request unmergeable. Please resolve the merge conflicts. |
This comment has been minimized.
This comment has been minimized.
|
r? rust-lang/compiler |
|
@bors r=chenyukang |
|
I haven't touched this in a while, so I'll rebase it to check that nothing unexpected has happened in the meantime. @bors r- |
|
This PR was rebased onto a different main 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. |
|
Looks good still. @bors r=chenyukang |
cg_llvm: More preparation for moving FFI bindings to `rustc_llvm` - Sequel to rust-lang#147327 - Motivated by rust-lang#142897 --- This is another batch of adjustments to code that would otherwise interfere with moving FFI bindings out of `rustc_codegen_llvm` and into `rustc_llvm`.
…uwer Rollup of 4 pull requests Successful merges: - #147430 (cg_llvm: More preparation for moving FFI bindings to `rustc_llvm`) - #149815 (Add regression test for #120189) - #149947 (add several older crashtests) - #150127 (Port `#[rustc_lint_untracked_query_information]` and `#[rustc_lint_diagnostics]` to using attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 3 pull requests Successful merges: - #147430 (cg_llvm: More preparation for moving FFI bindings to `rustc_llvm`) - #149815 (Add regression test for #120189) - #150127 (Port `#[rustc_lint_untracked_query_information]` and `#[rustc_lint_diagnostics]` to using attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 3 pull requests Successful merges: - #147430 (cg_llvm: More preparation for moving FFI bindings to `rustc_llvm`) - #149815 (Add regression test for #120189) - #150127 (Port `#[rustc_lint_untracked_query_information]` and `#[rustc_lint_diagnostics]` to using attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #147430 - Zalathar:inherent, r=chenyukang cg_llvm: More preparation for moving FFI bindings to `rustc_llvm` - Sequel to #147327 - Motivated by #142897 --- This is another batch of adjustments to code that would otherwise interfere with moving FFI bindings out of `rustc_codegen_llvm` and into `rustc_llvm`.
This is another batch of adjustments to code that would otherwise interfere with moving FFI bindings out of
rustc_codegen_llvmand intorustc_llvm.