Leave note to drop tgt_init_all_rtls in the future
This commit is contained in:
parent
35ce8ab120
commit
1f11bf6649
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ pub(crate) struct OffloadGlobals<'ll> {
|
|||
|
||||
pub ident_t_global: &'ll llvm::Value,
|
||||
|
||||
// FIXME(offload): Drop this, once we fully automated our offload compilation pipeline, since
|
||||
// LLVM will initialize them for us if it sees gpu kernels being registered.
|
||||
pub init_rtls: &'ll llvm::Value,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue