This is an archive of the discontinued LLVM Phabricator instance.

tsan: strip more top inlined internal frames
ClosedPublic

Authored by dvyukov on Jul 15 2021, 11:56 AM.

Details

Summary

Also strip __tsan::cur_thread as reported in:
https://reviews.llvm.org/D106081#2880808

Diff Detail

Event Timeline

dvyukov requested review of this revision.Jul 15 2021, 11:56 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2021, 11:56 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 15 2021, 12:05 PM
This revision is now accepted and ready to land.Jul 15 2021, 12:05 PM
dyung accepted this revision.Jul 15 2021, 12:37 PM

LGTM. This clears up all but 3 test failures which I noted in D106081.

dvyukov closed this revision.Jul 16 2021, 9:59 AM

The new version in https://reviews.llvm.org/D106046 should not need this (hopefully).