Merge remote-tracking branch 'AlexeyProkhin/master' into merge-3.0

Conflicts:
	CMakeLists.txt
	druntime
	runtime/CMakeLists.txt
This commit is contained in:
David Nadlinger
2011-12-04 18:38:09 +01:00
26 changed files with 557 additions and 394 deletions

View File

@@ -361,6 +361,7 @@ struct VarDeclaration : Declaration
// debug description
llvm::DIVariable debugVariable;
llvm::DISubprogram debugFunc;
#endif
};

View File

@@ -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;