clean up some resources

This commit is contained in:
Andrew Kelley
2017-10-15 21:06:04 -04:00
parent e3ad13e054
commit 562f91e875
5 changed files with 10 additions and 1 deletions

View File

@@ -165,7 +165,8 @@ bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machine_ref, LLVMM
MPM.run(*module);
dest.flush();
dest.close();
return false;
}