mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-10 06:03:13 +01:00
Merge branch 'master' into merge-2.064
Conflicts: runtime/druntime
This commit is contained in:
@@ -598,7 +598,7 @@ void TypeInfoStructDeclaration::llvmDefine()
|
||||
StructDeclaration *sd = tc->sym;
|
||||
|
||||
// can't emit typeinfo for forward declarations
|
||||
if (sd->sizeok != 1)
|
||||
if (sd->sizeok != SIZEOKdone)
|
||||
{
|
||||
sd->error("cannot emit TypeInfo for forward declaration");
|
||||
fatal();
|
||||
|
||||
Reference in New Issue
Block a user