This is an archive of the discontinued LLVM Phabricator instance.

[clang-fuzzer] Fix incremental builds of the fuzzer
ClosedPublic

Authored by vitalybuka on Oct 30 2017, 7:28 PM.

Details

Summary

Don't use BUILD_IN_SOURCE keep git checkout clean
Don't forward CMAKE_GENERATOR as ExternalProject_Add should do it already
Reset UPDATE_COMMAND to avoid git checkout updates on each build

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Oct 30 2017, 7:28 PM
This revision is now accepted and ready to land.Oct 31 2017, 9:26 AM
This revision was automatically updated to reflect the committed changes.