This is an archive of the discontinued LLVM Phabricator instance.

[Tsan] Do not declare std_suppressions when not used
ClosedPublic

Authored by kutuzov.viktor.84 on Mar 12 2015, 6:03 AM.

Details

Summary

Otherwise, the build fail with the "variable defined, but not used" kind of warning on FreeBSD.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Tsan] Do not declare std_suppressions when not used.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
dvyukov accepted this revision.Mar 12 2015, 6:06 AM
dvyukov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 12 2015, 6:06 AM
This revision was automatically updated to reflect the committed changes.