increase coverage rate

This commit is contained in:
Li Jie
2024-09-15 11:09:51 +08:00
parent 4a447f5c12
commit 7ddc8c6aeb
4 changed files with 27 additions and 32 deletions

View File

@@ -504,7 +504,6 @@ func buildPkg(ctx *context, aPkg *aPackage, verbose bool) {
cl.SetDebug(0)
}
check(err)
ret.Finalize()
if needLLFile(ctx.mode) {
pkg.ExportFile += ".ll"
os.WriteFile(pkg.ExportFile, []byte(ret.String()), 0644)