This is an archive of the discontinued LLVM Phabricator instance.

[tsan] print error summary line
ClosedPublic

Authored by kcc on Feb 6 2013, 5:54 AM.

Details

Reviewers
dvyukov
Summary

done

Diff Detail

Event Timeline

other than that LGTM

tsan/rtl/tsan_report.cc
171

It's not necessary "tsan/rtl", some interceptors are in sanitizer_common.
Please unify it with logic in tsan_rtl_report.cc.

kcc updated this revision to Unknown Object (????).Feb 6 2013, 6:17 AM

LGTM

tsan/rtl/tsan_rtl_report.cc
502

Please add
tsan_interface_ann.cc
tsan_interface_atomic.cc
tsan_interface_java.cc
in a subsequent CL.

dvyukov accepted this revision.Mar 21 2013, 7:46 AM
Eugene.Zelenko closed this revision.Oct 5 2016, 4:31 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL174505.