mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-29 18:40:04 +02:00
Upgrade to LLVM-2.9. Thanks to David Nadlinger for the patch.
This commit is contained in:
@@ -8,9 +8,8 @@ void RegisterDwarfSymbols(llvm::Module* mod);
|
||||
/**
|
||||
* Emit the Dwarf compile_unit global for a Module m.
|
||||
* @param m
|
||||
* @return the Dwarf compile_unit.
|
||||
*/
|
||||
llvm::DICompileUnit DtoDwarfCompileUnit(Module* m);
|
||||
void DtoDwarfCompileUnit(Module* m);
|
||||
|
||||
/**
|
||||
* Emit the Dwarf subprogram global for a function declaration fd.
|
||||
|
||||
Reference in New Issue
Block a user