mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-24 06:10:19 +02:00
Merge remote-tracking branch 'upstream/llvm3.0'
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ Module::Module(char *filename, Identifier *ident, int doDocComment, int doHdrGen
|
||||
// LDC
|
||||
llvmForceLogging = false;
|
||||
moduleInfoVar = NULL;
|
||||
moduleInfoType = new llvm::PATypeHolder(llvm::OpaqueType::get(llvm::getGlobalContext()));
|
||||
moduleInfoType = llvm::StructType::create(llvm::getGlobalContext());
|
||||
this->doDocComment = doDocComment;
|
||||
this->doHdrGen = doHdrGen;
|
||||
this->isRoot = false;
|
||||
|
||||
Reference in New Issue
Block a user