Can see compiler exit codes now. wllvm and clang do not seem to agree, but gllvm and clang appear to be on the same page now.

This commit is contained in:
Ian A Mason 2017-06-30 14:55:19 -07:00
parent 698fc9286d
commit c24857e530

View File

@ -25,7 +25,8 @@ func main() {
}
logInfo("Calling %v returned %v\n", os.Args, exitCode)
//important to pretend to look like the actual wrapped command
os.Exit(exitCode)
}