mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-26 05:29:03 +02:00
Introducing opaque type to dmd frontent to be used with certain runtime array
and aa args and returns. There are still some bugs with aas.
This commit is contained in:
@@ -392,8 +392,9 @@ void DtoDeclareFunction(FuncDeclaration* fdecl)
|
||||
Logger::println("current module: %s", gIR->dmodule->ident->toChars());
|
||||
if(fdecl->getModule())
|
||||
Logger::println("func module: %s", fdecl->getModule()->ident->toChars());
|
||||
else
|
||||
Logger::println("func not in a module, probably runtime");
|
||||
else {
|
||||
Logger::println("func not in a module, is runtime");
|
||||
}
|
||||
declareOnly = true;
|
||||
}
|
||||
else if (fdecl->llvmInternal == LLVMva_start)
|
||||
|
||||
Reference in New Issue
Block a user