summaryrefslogtreecommitdiff
path: root/clang/cmake
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2017-10-11 20:45:10 +0000
committerMatt Morehouse <mascasa@google.com>2017-10-11 20:45:10 +0000
commit37b8d75d9a320916873a2bd12232159a5a31f4ca (patch)
treea82f6b3390aa0328d8090431d849e34d814df9c8 /clang/cmake
parent1fe41c2e87c6f2e4557c0fae95832f51fe0d8312 (diff)
[clang-fuzzer] Build with newer protobuf-mutator.
Diffstat (limited to 'clang/cmake')
-rw-r--r--clang/cmake/modules/ProtobufMutator.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/cmake/modules/ProtobufMutator.cmake b/clang/cmake/modules/ProtobufMutator.cmake
index ade2f1d6739..3c1804b8ca3 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 17789d1
+ GIT_TAG e4eae60
CONFIGURE_COMMAND ${CMAKE_COMMAND} -G${CMAKE_GENERATOR}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}