Dynamically initialize objects in cuda/generic plugins to avoid issue
with not initialized data upob libraries loading.
Details
Details
- Reviewers
jdoerfert
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This feels familiar.
It's a shame to be heap allocating all this stuff in order to keep initialisation working. Can we lazily init instead, in singleton fashion?
clang-format: please reformat the code