At least we got an empty Module now ...
This commit is contained in:
@@ -105,7 +105,7 @@ int main() {
|
||||
|
||||
fpm->doInitialization();
|
||||
|
||||
CodeGenVisitor* cv = new CodeGenVisitor();
|
||||
CodeGenVisitor* cv = new CodeGenVisitor(module, fpm);
|
||||
|
||||
void* parser = scullyParserAlloc(malloc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user