mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 01:23:13 +01:00
Added initial D2 support, D2 frontend and changes to codegen to make things compile.
This commit is contained in:
@@ -1498,6 +1498,15 @@ void DtoDefineClassInfo(ClassDeclaration* cd)
|
||||
}
|
||||
inits.push_back(c);
|
||||
|
||||
#if DMDV2
|
||||
|
||||
// xgetMembers
|
||||
c = defc->getOperand(13);
|
||||
inits.push_back(c);
|
||||
|
||||
#else
|
||||
#endif
|
||||
|
||||
/*size_t n = inits.size();
|
||||
for (size_t i=0; i<n; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user