r315506 - [clang-fuzzer] Build with newer protobuf-mutator.
Matt Morehouse via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 11 13:45:10 PDT 2017
Author: morehouse
Date: Wed Oct 11 13:45:10 2017
New Revision: 315506
URL: http://llvm.org/viewvc/llvm-project?rev=315506&view=rev
Log:
[clang-fuzzer] Build with newer protobuf-mutator.
Modified:
cfe/trunk/cmake/modules/ProtobufMutator.cmake
Modified: cfe/trunk/cmake/modules/ProtobufMutator.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/modules/ProtobufMutator.cmake?rev=315506&r1=315505&r2=315506&view=diff
==============================================================================
--- cfe/trunk/cmake/modules/ProtobufMutator.cmake (original)
+++ cfe/trunk/cmake/modules/ProtobufMutator.cmake Wed Oct 11 13:45:10 2017
@@ -6,7 +6,7 @@ set(PBM_FUZZ_LIB_PATH ${PBM_PATH}/src/li
ExternalProject_Add(${PBM_PREFIX}
PREFIX ${PBM_PREFIX}
GIT_REPOSITORY https://github.com/google/libprotobuf-mutator.git
- GIT_TAG 17789d1
+ GIT_TAG e4eae60
CONFIGURE_COMMAND ${CMAKE_COMMAND} -G${CMAKE_GENERATOR}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
More information about the cfe-commits
mailing list