Practically revert 182f607f9b as it will force CC compiler for CXX in honggfuzz (#658)

This commit is contained in:
robertswiecki 2017-06-07 21:52:46 +02:00 committed by Oliver Chang
parent 182f607f9b
commit fc451ca8af
1 changed files with 0 additions and 3 deletions

View File

@ -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