Skip to content

Offload device2#145688

Closed
ZuseZ4 wants to merge 2 commits intorust-lang:mainfrom
ZuseZ4:offload-device2
Closed

Offload device2#145688
ZuseZ4 wants to merge 2 commits intorust-lang:mainfrom
ZuseZ4:offload-device2

Conversation

@ZuseZ4
Copy link
Member

@ZuseZ4 ZuseZ4 commented Aug 20, 2025

r? @ghost

@rustbot rustbot added A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Aug 20, 2025
@rust-log-analyzer
Copy link
Collaborator

The job x86_64-gnu-llvm-19 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

error[E0428]: the name `LLVMCloneModule` is defined multiple times
    --> compiler/rustc_codegen_llvm/src/llvm/ffi.rs:1017:5
     |
1007 |     pub(crate) fn LLVMCloneModule(M: &Module) -> &Module;
     |     ----------------------------------------------------- previous definition of the value `LLVMCloneModule` here
...
1017 |     pub(crate) fn LLVMCloneModule(M: &Module) -> &Module;
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `LLVMCloneModule` redefined here
     |
     = note: `LLVMCloneModule` must be defined only once in the value namespace of this module

For more information about this error, try `rustc --explain E0428`.
[RUSTC-TIMING] rustc_codegen_llvm test:false 0.348

@bors
Copy link
Collaborator

bors commented Oct 20, 2025

☔ The latest upstream changes (presumably #142696) made this pull request unmergeable. Please resolve the merge conflicts.

@ZuseZ4 ZuseZ4 closed this Jan 31, 2026
@ZuseZ4 ZuseZ4 deleted the offload-device2 branch January 31, 2026 05:38
@ZuseZ4 ZuseZ4 restored the offload-device2 branch January 31, 2026 05:38
@rustbot rustbot removed the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants