Make verify-typecheck detect errors better

This commit is contained in:
Jordan Liggitt 2020-07-30 12:43:57 -04:00
parent eb3dbac90e
commit c866cb7dd0

View File

@ -297,6 +297,7 @@ func main() {
errors, err := c.verify(plat)
if err != nil {
serialFprintf(os.Stderr, "ERROR(%s): failed to verify: %v\n", plat, err)
f = true
} else if len(errors) > 0 {
for _, e := range errors {
// Special case CGo errors which may depend on headers we