We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ce8ab commit 1f11bf6Copy full SHA for 1f11bf6
compiler/rustc_codegen_llvm/src/builder/gpu_offload.rs
@@ -29,6 +29,8 @@ pub(crate) struct OffloadGlobals<'ll> {
29
30
pub ident_t_global: &'ll llvm::Value,
31
32
+ // FIXME(offload): Drop this, once we fully automated our offload compilation pipeline, since
33
+ // LLVM will initialize them for us if it sees gpu kernels being registered.
34
pub init_rtls: &'ll llvm::Value,
35
}
36
0 commit comments