mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-07 07:23:13 +01:00
Merged DMD 1.045 !!!
This commit is contained in:
@@ -806,6 +806,9 @@ LLConstant* DtoDefineClassInfo(ClassDeclaration* cd)
|
||||
c = LLConstant::getNullValue(voidPtr);
|
||||
inits.push_back(c);
|
||||
|
||||
// typeinfo - since 1.045
|
||||
inits.push_back(DtoTypeInfoOf(cd->type, true));
|
||||
|
||||
#if DMDV2
|
||||
|
||||
// xgetMembers
|
||||
|
||||
Reference in New Issue
Block a user