mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 09:33:13 +01:00
Run deferred semantic
This commit is contained in:
@@ -859,6 +859,9 @@ LDC_TARGETS
|
||||
if (global.errors)
|
||||
fatal();
|
||||
|
||||
Module::dprogress = 1;
|
||||
Module::runDeferredSemantic();
|
||||
|
||||
// Do pass 2 semantic analysis
|
||||
for (int i = 0; i < modules.dim; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user