[svn r127] Updated the lphobos build scripts a little. Created a new rebuild profile.

Removed some potentially very long logging lines.
Added support for inner classes.
This commit is contained in:
Tomas Lindquist Olsen
2007-11-28 03:01:51 +01:00
parent 0665531549
commit 667b6339f3
9 changed files with 158 additions and 120 deletions

View File

@@ -192,7 +192,7 @@ void IfStatement::toIR(IRState* p)
void ScopeStatement::toIR(IRState* p)
{
Logger::println("ScopeStatement::toIR(): %s", toChars());
Logger::println("ScopeStatement::toIR()");
LOG_SCOPE;
llvm::BasicBlock* oldend = p->scopeend();