mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-31 11:30:05 +02:00
Merge remote-tracking branch 'AlexeyProkhin/master' into merge-3.0
Conflicts: CMakeLists.txt druntime runtime/CMakeLists.txt
This commit is contained in:
@@ -361,6 +361,7 @@ struct VarDeclaration : Declaration
|
||||
|
||||
// debug description
|
||||
llvm::DIVariable debugVariable;
|
||||
llvm::DISubprogram debugFunc;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ Global::Global()
|
||||
version = "v2.056";
|
||||
#if IN_LLVM
|
||||
ldc_version = "LDC trunk";
|
||||
llvm_version = "LLVM 2.9";
|
||||
llvm_version = "LLVM 3.0";
|
||||
#endif
|
||||
global.structalign = 8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user