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 27 2014, 6:10 AM.

Details

Summary

Tested to pass clang tests on Linux and FreeBSD.

The previous version--D5994--fails on the test/Driver/fsanitize.c test that depend on whether the Thread and Memory sanitizer kinds are passed to filterUnsupportedMask() at once.

Diff Detail

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.
dvyukov accepted this revision.Oct 27 2014, 6:48 AM
dvyukov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 27 2014, 6:48 AM