From 54ffd1cfe864e1796b37c3f38e5cb82a0a7a7728 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Wed, 18 Oct 2017 18:38:04 +0000 Subject: [PATCH] [clang-proto-fuzzer] Use ToT protobuf-mutator. llvm-svn: 316103 --- clang/cmake/modules/ProtobufMutator.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/cmake/modules/ProtobufMutator.cmake b/clang/cmake/modules/ProtobufMutator.cmake index 3c1804b..be457b5 100644 --- a/clang/cmake/modules/ProtobufMutator.cmake +++ b/clang/cmake/modules/ProtobufMutator.cmake @@ -6,7 +6,7 @@ set(PBM_FUZZ_LIB_PATH ${PBM_PATH}/src/libfuzzer/libprotobuf-mutator-libfuzzer.a) ExternalProject_Add(${PBM_PREFIX} PREFIX ${PBM_PREFIX} GIT_REPOSITORY https://github.com/google/libprotobuf-mutator.git - GIT_TAG e4eae60 + GIT_TAG master CONFIGURE_COMMAND ${CMAKE_COMMAND} -G${CMAKE_GENERATOR} -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} -- 2.7.4