mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 02:20:04 +02:00
[svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :)
Fixed: tango.io.Console seems to be working now.
This commit is contained in:
@@ -7,7 +7,7 @@ const llvm::StructType* GetDwarfAnchorType();
|
||||
const llvm::StructType* GetDwarfCompileUnitType();
|
||||
const llvm::StructType* GetDwarfSubProgramType();
|
||||
|
||||
llvm::GlobalVariable* DtoDwarfCompileUnit(Module* m, bool define);
|
||||
llvm::GlobalVariable* DtoDwarfCompileUnit(Module* m);
|
||||
llvm::GlobalVariable* DtoDwarfSubProgram(FuncDeclaration* fd, llvm::GlobalVariable* compileUnit);
|
||||
|
||||
void DtoDwarfFuncStart(FuncDeclaration* fd);
|
||||
|
||||
Reference in New Issue
Block a user