This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer tests on Apple platforms.
ClosedPublic

Authored by delcypher on Jun 1 2016, 6:48 PM.

Details

Summary

[LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer tests on Apple platforms.

This fixes a broken part of the build on OSX as the dataflow sanitizer is not supported
on OSX yet.

Diff Detail

Event Timeline

delcypher updated this revision to Diff 59330.Jun 1 2016, 6:48 PM
delcypher retitled this revision from to [LibFuzzer] Disable compiling and running the LibFuzzer dataflow sanitizer tests on Apple platforms..
delcypher updated this object.
delcypher added reviewers: kcc, aizatsky.
delcypher added subscribers: kcc, aizatsky, zaks.anna and 3 others.
kcc accepted this revision.Jun 1 2016, 7:00 PM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 1 2016, 7:00 PM
This revision was automatically updated to reflect the committed changes.