This is an archive of the discontinued LLVM Phabricator instance.

Allow thread sanitizer in clang driver on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Oct 26 2014, 11:35 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

kutuzov.viktor.84 retitled this revision from to Allow thread sanitizer in clang driver on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.

Reworked similarly to how the Function kind filters out.

dvyukov accepted this revision.Oct 27 2014, 3:32 AM
dvyukov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 27 2014, 3:32 AM
Diffusion closed this revision.Oct 27 2014, 4:36 AM
Diffusion updated this revision to Diff 15482.

Closed by commit rL220675 (authored by vkutuzov).

Reverted in rL220677 due to failures on some clang tests that depend on the way the sanitizer kinds filter out.