tsan: fix stats collection

llvm-svn: 167832
This commit is contained in:
Dmitry Vyukov 2012-11-13 13:53:43 +00:00
parent b8d3caf65a
commit dcba4d1288
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ int Finalize(ThreadState *thr) {
ctx->nmissed_expected);
}
StatAggregate(ctx->stat, thr->stat);
StatOutput(ctx->stat);
return failed ? flags()->exitcode : 0;
}