This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Fix build warnings on OS X
ClosedPublic

Authored by kubamracek on Nov 5 2015, 6:21 AM.

Details

Summary

Building tsan_interceptors.cc on OS X produces a bunch of warnings about unused constants and functions. Let's fix them.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek updated this revision to Diff 39359.Nov 5 2015, 6:21 AM
kubamracek retitled this revision from to [tsan] Fix build warnings on OS X.
kubamracek updated this object.
kubamracek added reviewers: dvyukov, kcc, samsonov, glider.
dvyukov accepted this revision.Nov 5 2015, 6:27 AM
dvyukov edited edge metadata.
This revision is now accepted and ready to land.Nov 5 2015, 6:27 AM
This revision was automatically updated to reflect the committed changes.