mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-13 22:48:43 +03:00
Use LLVM Machine Code (MC) to emit object files. Finilize debug info
This commit is contained in:
parent
aee896f85b
commit
b97b32759e
4 changed files with 39 additions and 84 deletions
|
@ -48,6 +48,8 @@ void DtoDwarfLocalVariable(LLValue* ll, VarDeclaration* vd);
|
|||
*/
|
||||
llvm::DIGlobalVariable DtoDwarfGlobalVariable(LLGlobalVariable* ll, VarDeclaration* vd);
|
||||
|
||||
void DtoDwarfModuleEnd();
|
||||
|
||||
|
||||
#endif // DISABLE_DEBUG_INFO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue