summaryrefslogtreecommitdiff
path: root/fuzz/atom/parser/meson.build
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-12-03 23:04:23 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-12-03 23:04:23 +0000
commit27cf85cc4853e9d0cf75f78c30dcda2a2cebd58e (patch)
tree1d6e278f9e73d6f66fd6525e1714890c363f4f4a /fuzz/atom/parser/meson.build
parentdc4667a27e2aab4cae7198c0080cc8a46ebd9e86 (diff)
downloadgentoo-utils-27cf85cc4853e9d0cf75f78c30dcda2a2cebd58e.tar.gz
hook up fuzzer to stdin and stdout instead of spawning a subprocimprove-fuzzing
Diffstat (limited to 'fuzz/atom/parser/meson.build')
-rw-r--r--fuzz/atom/parser/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzz/atom/parser/meson.build b/fuzz/atom/parser/meson.build
index 9272a27..24ee1b7 100644
--- a/fuzz/atom/parser/meson.build
+++ b/fuzz/atom/parser/meson.build
@@ -20,7 +20,6 @@ fuzz_rs = static_library(
'-Cllvm-args=-sanitizer-coverage-level=3',
'-Cllvm-args=-sanitizer-coverage-inline-8bit-counters',
],
- dependencies: [mon],
link_with: [gentoo_utils],
)