mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Merge dmd v2.055
This commit is contained in:
@@ -181,7 +181,7 @@ void IrTypeClass::addBaseClassData(
|
||||
BaseClass* b = it2.get();
|
||||
IF_LOG Logger::println("Adding interface vtbl for %s", b->base->toPrettyChars());
|
||||
|
||||
Array arr;
|
||||
FuncDeclarations arr;
|
||||
b->fillVtbl(cd, &arr, new_instances);
|
||||
|
||||
const llvm::Type* ivtbl_type = buildVtblType(first, &arr);
|
||||
|
||||
Reference in New Issue
Block a user