From ecc96e3fb2b619509e4da678b0cb308915d7a688 Mon Sep 17 00:00:00 2001 From: Alastair Donaldson Date: Sat, 4 Sep 2021 10:28:38 +0100 Subject: [PATCH] tint: re-enable honggfuzz (#6400) Now that the CMake files for int have been fixed, so that when LIB_FUZZING_ENGINE is set, it is used as the sole way of specifying fuzzer-related linker flags, the honggfuzz engine should work. This change reverts the project to use the default set of fuzzing engines, which includes honggfuzz. --- projects/tint/project.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/tint/project.yaml b/projects/tint/project.yaml index 5c6af8342..46fec183e 100644 --- a/projects/tint/project.yaml +++ b/projects/tint/project.yaml @@ -11,6 +11,3 @@ main_repo: 'https://dawn.googlesource.com/tint.git' architectures: - x86_64 - i386 -fuzzing_engines: - - libfuzzer - - afl