You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditionalize translation of llvm.global_ctors/dtors
Do not translate the llvm.global_ctors and llvm.global_dtors variables
to SPIR-V when the function pointers extension is not enabled, because
we currently cannot represent the variable without the function
pointers extension.
0 commit comments