aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/php
diff options
context:
space:
mode:
authorGravatar Nikita Popov <nikita.ppv@gmail.com>2021-10-11 18:50:06 +0200
committerGravatar GitHub <noreply@github.com>2021-10-11 12:50:06 -0400
commit465c0c72b61abb9340d19fd66cca4e5e82a305f3 (patch)
treed6b04a5cdc8215fb1f0ff23a5991d896e219ae42 /projects/php
parent8ba657c73002b0a4552859c9147402cba7fcd545 (diff)
[php] Enable tracing-jit fuzzer (#6580)
This complements the function-jit fuzzer and tests the default JIT configuration.
Diffstat (limited to 'projects/php')
-rwxr-xr-xprojects/php/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/php/build.sh b/projects/php/build.sh
index c996d0bd..18a861f9 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