This is an archive of the discontinued LLVM Phabricator instance.

Add a flag to choose a compiler for libFuzzer tests
AbandonedPublic

Authored by george.karpenkov on Aug 18 2017, 11:13 AM.

Details

Reviewers
bogner
kcc
Summary

This is needed if the user does not have a compiler in LLVM tree, but still wishes to run libFuzzer tests.
Removes a dependency on Clang and Asan, and removes a guard variable for including libFuzzer tests (but excludes them from check-all).

Diff Detail

Event Timeline

kcc edited edge metadata.Aug 19 2017, 6:34 PM

Will we need this once the code is moved to compiler-rt?

george.karpenkov abandoned this revision.Aug 22 2017, 3:15 PM