comparison dmd/module.h @ 1645:1d2d1aa16841

Don't error out with -singleobj, -of, and -c/-output-{bc,ll,o,s}.
author Matti Niemenmaa <matti.niemenmaa+hg@iki.fi>
date Tue, 09 Mar 2010 23:20:39 +0200
parents 9bf06e02070b
children
comparison
equal deleted inserted replaced
1644:9176437d98be 1645:1d2d1aa16841
186 void genmoduleinfo(); 186 void genmoduleinfo();
187 187
188 #if IN_LLVM 188 #if IN_LLVM
189 // LDC 189 // LDC
190 llvm::Module* genLLVMModule(llvm::LLVMContext& context, Ir* sir); 190 llvm::Module* genLLVMModule(llvm::LLVMContext& context, Ir* sir);
191 void buildTargetFiles(); 191 void buildTargetFiles(bool singleObj);
192 File* buildFilePath(const char* forcename, const char* path, const char* ext); 192 File* buildFilePath(const char* forcename, const char* path, const char* ext);
193 Module *isModule() { return this; } 193 Module *isModule() { return this; }
194 194
195 bool llvmForceLogging; 195 bool llvmForceLogging;
196 196