This is an archive of the discontinued LLVM Phabricator instance.

Don't forward __pthread_mutex_* interceptors to pthread_mutex_* version
ClosedPublic

Authored by vitalybuka on Nov 21 2019, 6:28 PM.

Details

Summary

Allows to use rr with asan

Fixes PR41095

Diff Detail

Event Timeline

vitalybuka created this revision.Nov 21 2019, 6:28 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 21 2019, 6:28 PM
Herald added subscribers: llvm-commits, Restricted Project, jfb. · View Herald Transcript
vitalybuka edited the summary of this revision. (Show Details)Nov 21 2019, 6:30 PM
vitalybuka edited the summary of this revision. (Show Details)
eugenis accepted this revision.Nov 21 2019, 6:43 PM

LGTM

This revision is now accepted and ready to land.Nov 21 2019, 6:43 PM
This revision was automatically updated to reflect the committed changes.