From 31e57a35dc7f34556fe66c4a661729a37f966814 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Tue, 16 Jan 2018 10:25:43 -0500 Subject: fuzz: allow building fuzzers outside of oss-fuzz Add a new -Dllvm-fuzz=true option that can be used to build against libFuzzer and update the oss-fuzz script to work outside of the oss-fuzz build environment. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 9e7cad7471..eda5a579f2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -294,3 +294,5 @@ option('install-tests', type : 'boolean', value : 'false', option('oss-fuzz', type : 'boolean', value : 'false', description : 'build against oss-fuzz') +option('llvm-fuzz', type : 'boolean', value : 'false', + description : 'build against LLVM libFuzzer') -- cgit v1.2.3