aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Fallin <chris@cfallin.org>2021-03-26 13:07:46 -0700
committerGitHub <noreply@github.com>2021-03-26 13:07:46 -0700
commit10dce4104ac3a9c28cf90becd9b97777c7cc630a (patch)
treee75979e40be2a52f1c7ce758fffcd37cc0bef169
parent54f0985f8ed3055e1bbfa19eb2f67623cf952162 (diff)
downloadoss-fuzz-10dce4104ac3a9c28cf90becd9b97777c7cc630a.tar.gz
Update wasmtime config to use new x86-64 backend. (#5518)
In bytecodealliance/rfcs#10, we have outlined a process by which we're switching to a new compiler backend by default. The first step in this process is to switch our fuzzing targets to use the new backend and wait for any issues. This PR adds the Cargo feature that enables the new backend in all fuzzing targets.
-rwxr-xr-xprojects/wasmtime/build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/projects/wasmtime/build.sh b/projects/wasmtime/build.sh
index 38a9e6291..80423e376 100755
--- a/projects/wasmtime/build.sh
+++ b/projects/wasmtime/build.sh
@@ -57,10 +57,7 @@ build() {
}
# Build with peepmatic in order to enable the related fuzz targets.
-build wasmtime "" "" --features peepmatic-fuzzing
-
-# Build the differential fuzzer with the new x86-64 backend as well.
-build wasmtime diff-newbe- differential_wasmi --features experimental_x64
+build wasmtime "" "" --features "peepmatic-fuzzing experimental_x64"
build wasm-tools wasm-tools- ""
build regalloc.rs regalloc- bt bt