At least we got an empty Module now ...

This commit is contained in:
Markus Hauschild
2013-06-01 14:36:34 +02:00
parent b159da0f03
commit c4e0c2f298
3 changed files with 10 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ int main() {
fpm->doInitialization();
CodeGenVisitor* cv = new CodeGenVisitor();
CodeGenVisitor* cv = new CodeGenVisitor(module, fpm);
void* parser = scullyParserAlloc(malloc);