Use LLVM Machine Code (MC) to emit object files. Finilize debug info

This commit is contained in:
Alexey Prokhin
2011-10-24 12:16:56 +04:00
parent aee896f85b
commit b97b32759e
4 changed files with 39 additions and 84 deletions

View File

@@ -557,4 +557,11 @@ void DtoDwarfValue(LLValue* var, VarDeclaration* vd)
instr->setDebugLoc(gIR->ir->getCurrentDebugLocation());
}
//////////////////////////////////////////////////////////////////////////////////////////////////
void DtoDwarfModuleEnd()
{
gIR->dibuilder.finalize();
}
#endif