mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
Mostly rewrite debug info generation in terms of llvm/Analysis/DebugInfo.h.
Add getCompilationModule to Dsymbol and fix template compile unit decision code. Runtime compiles with -g again.
This commit is contained in:
@@ -31,8 +31,6 @@ IrFunction::IrFunction(FuncDeclaration* fd)
|
||||
_arguments = NULL;
|
||||
_argptr = NULL;
|
||||
|
||||
dwarfSubProg = NULL;
|
||||
|
||||
nextUnique.push(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user