diff --git a/infra/base-images/base-builder/compile_honggfuzz b/infra/base-images/base-builder/compile_honggfuzz index a2d5443de..c5682d982 100755 --- a/infra/base-images/base-builder/compile_honggfuzz +++ b/infra/base-images/base-builder/compile_honggfuzz @@ -26,9 +26,6 @@ cp libhfuzz/libhfuzz.a $LIB_FUZZING_ENGINE cp honggfuzz $OUT/ popd > /dev/null -# Tell hfuzz-clang which exactly clang binary to use (otherwise hfuzz-clang -# would try various ones (clang-5.0, clang-4.0, clang-devel, etc.) -export HFUZZ_CC_PATH="$CC" # Relevant coverage flags are added by the compiler/linker export COVERAGE_FLAGS= export CC=$SRC/honggfuzz/hfuzz_cc/hfuzz-clang