comparison gen/toobj.cpp @ 626:e83ba4ae4878

Fix import visibility bugs 313 and 314.
author Christian Kamm <kamm incasoftware de>
date Wed, 01 Oct 2008 19:16:10 +0200
parents 26fce59fe80a
children aa6a0b7968f7
comparison
equal deleted inserted replaced
625:7e0a766fef47 626:e83ba4ae4878
62 } 62 }
63 63
64 Logger::println("Generating module: %s\n", (md ? md->toChars() : toChars())); 64 Logger::println("Generating module: %s\n", (md ? md->toChars() : toChars()));
65 LOG_SCOPE; 65 LOG_SCOPE;
66 66
67 printf("codegen: %s\n", srcfile->toChars()); 67 // printf("codegen: %s\n", srcfile->toChars());
68 68
69 // start by deleting the old object file 69 // start by deleting the old object file
70 deleteObjFile(); 70 deleteObjFile();
71 71
72 // create a new ir state 72 // create a new ir state