Leave note to drop tgt_init_all_rtls in the future

This commit is contained in:
Manuel Drehwald 2026-01-13 15:18:49 -08:00
parent 35ce8ab120
commit 1f11bf6649

View file

@ -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,
}