[PATCH] D36324: Integrate Kostya's clang-proto-fuzzer with LLVM.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 21:56:14 PDT 2017
vitalybuka added inline comments.
================
Comment at: clang/cmake/modules/ProtobufMutator.cmake:6
+
+ExternalProject_Add(${PBM_PREFIX}
+ PREFIX ${PBM_PREFIX}
----------------
Just noticed, for cmake projects shorter syntax can be used.
Example: https://github.com/google/libprotobuf-mutator/blob/master/cmake/external/googletest.cmake
Repository:
rL LLVM
https://reviews.llvm.org/D36324
More information about the cfe-commits
mailing list