This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Pass correct interposed function prefix to report function
ClosedPublic

Authored by ismailp on Nov 9 2015, 1:11 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ismailp updated this revision to Diff 39743.Nov 9 2015, 1:11 PM
ismailp retitled this revision from to [tsan] Pass correct interposed function prefix to report function.
ismailp updated this object.
ismailp added subscribers: llvm-commits, zaks.anna.
dvyukov accepted this revision.Nov 10 2015, 12:18 AM
dvyukov edited edge metadata.
This revision is now accepted and ready to land.Nov 10 2015, 12:18 AM
kubamracek accepted this revision.Nov 10 2015, 1:44 AM
kubamracek edited edge metadata.

LGTM, this fixes about a dozen test failures on OS X.

glider accepted this revision.Nov 10 2015, 4:34 PM
glider edited edge metadata.
This revision was automatically updated to reflect the committed changes.

Thanks! Landed in r252695.