This revision was automatically updated to reflect the committed changes.
Closed by commit rL317035: [clang-fuzzer] Fix incremental builds of the fuzzer
(authored by vitalybuka).
Changed prior to commit:
https://reviews.llvm.org/D39445?vs=120926&id=121045#toc
Repository:
rL LLVM
https://rev
morehouse accepted this revision.
morehouse added a comment.
This revision is now accepted and ready to land.
LGTM.
https://reviews.llvm.org/D39445
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinf
vitalybuka created this revision.
Herald added a subscriber: mgorny.
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
https://reviews.llvm.org/D39445
Files