Fixed all issues preventing Tango 0.99.8 to compile with `sh build-tango.sh --verbose ldc'.

This commit is contained in:
Tomas Lindquist Olsen
2009-04-17 14:38:29 +02:00
parent f5ce8eda1d
commit 1c79df3817
8 changed files with 72 additions and 18 deletions

View File

@@ -191,7 +191,9 @@ LLConstant * IrStruct::createStructDefaultInitializer()
// build constant struct
llvm::Constant* definit = llvm::ConstantStruct::get(constants, packed);
#if 0
IF_LOG Logger::cout() << "final default initializer: " << *definit << std::endl;
#endif
// sanity check
if (definit->getType() != type->irtype->get())