[K/N] Rework object and enum classes initialization
Now it works with common logic for all static scope not with custom one.
This commit is contained in:
committed by
Space Team
parent
7006eb938d
commit
d3adfec2fb
@@ -25,8 +25,6 @@ void ensureUsed(Ret (*f)(Args...)) {
|
||||
void EnsureDeclarationsEmitted() {
|
||||
ensureUsed(AllocInstance);
|
||||
ensureUsed(AllocArrayInstance);
|
||||
ensureUsed(InitThreadLocalSingleton);
|
||||
ensureUsed(InitSingleton);
|
||||
ensureUsed(InitAndRegisterGlobal);
|
||||
ensureUsed(UpdateHeapRef);
|
||||
ensureUsed(UpdateStackRef);
|
||||
|
||||
Reference in New Issue
Block a user