From 465c0c72b61abb9340d19fd66cca4e5e82a305f3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 11 Oct 2021 18:50:06 +0200 Subject: [php] Enable tracing-jit fuzzer (#6580) This complements the function-jit fuzzer and tests the default JIT configuration. --- projects/php/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/php/build.sh b/projects/php/build.sh index c996d0bdd..18a861f91 100755 --- a/projects/php/build.sh +++ b/projects/php/build.sh @@ -66,6 +66,7 @@ done # In practice it is currently also incompatible with ubsan. if [ "$SANITIZER" != "memory" ] && [ "$SANITIZER" != "undefined" ]; then cp sapi/fuzzer/php-fuzz-function-jit $OUT/ + cp sapi/fuzzer/php-fuzz-tracing-jit $OUT/ # Copy opcache.so extension, which does not support static linking. mkdir -p $OUT/modules -- cgit v1.2.3