[inspector][fuzzer] Add to clusterfuzz archive
This will allow us to target the new executable from existing JS fuzzers (like the ochang fuzzer). Let's see if this gives more interesting JS input files. R=machenbach@chromium.org CC=szuend@chromium.org Bug: chromium:1142437 Change-Id: Id5bcfe660a487fbb9d6b80d167f43324cc284e1f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2536632 Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#71182}
This commit is contained in:
parent
367a1c1867
commit
59f25af535
10
BUILD.gn
10
BUILD.gn
@ -116,7 +116,6 @@ declare_args() {
|
||||
v8_current_cpu == "mipsel" || v8_current_cpu == "mips64el" ||
|
||||
v8_current_cpu == "ppc64" || v8_current_cpu == "s390x"
|
||||
|
||||
|
||||
# Sets -dOBJECT_PRINT.
|
||||
v8_enable_object_print = ""
|
||||
|
||||
@ -4177,9 +4176,7 @@ v8_component("v8_libbase") {
|
||||
"src/base/platform/platform-aix.cc",
|
||||
]
|
||||
|
||||
libs = [
|
||||
"dl",
|
||||
]
|
||||
libs = [ "dl" ]
|
||||
} else if (is_android) {
|
||||
if (current_toolchain == host_toolchain) {
|
||||
libs = [
|
||||
@ -4786,7 +4783,10 @@ group("v8_python_base") {
|
||||
group("v8_clusterfuzz") {
|
||||
testonly = true
|
||||
|
||||
deps = [ ":d8" ]
|
||||
deps = [
|
||||
":d8",
|
||||
":v8_simple_inspector_fuzzer",
|
||||
]
|
||||
|
||||
if (v8_multi_arch_build) {
|
||||
deps += [
|
||||
|
Loading…
Reference in New Issue
Block a user