mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
Fixed some minitest regressions.
This commit is contained in:
@@ -138,8 +138,8 @@ const llvm::Type* IrTypeStruct::buildType()
|
||||
// name types
|
||||
Type::sir->getState()->module->addTypeName(sd->toPrettyChars(), pa.get());
|
||||
|
||||
#if 0
|
||||
IF_LOG Logger::cout() << "struct type: " << *pa.get() << std::endl;
|
||||
#if 1
|
||||
IF_LOG Logger::cout() << "final struct type: " << *pa.get() << std::endl;
|
||||
#endif
|
||||
|
||||
return pa.get();
|
||||
|
||||
Reference in New Issue
Block a user