Skip to content

Offload device2 #145688

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Offload device2 #145688

wants to merge 2 commits into from

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

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. 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants