11 description: library for coverage-guided fuzz testing
13 url: https://llvm.org/docs/LibFuzzer.html
15 release: 76d07503f0c69f6632e6d8d4736e2a4cb4055a92 (2020-07-30T12:42:56Z).
17 revision: 76d07503f0c69f6632e6d8d4736e2a4cb4055a92
20 license-file: LICENSE.TXT
23 url: https://github.com/llvm/llvm-project
24 source-hosting: github
33 - "compiler-rt/lib/fuzzer/*.h"
34 - "compiler-rt/lib/fuzzer/*.cpp"
35 - "compiler-rt/lib/fuzzer/*.def"
38 - patches/10-ef-runtime.patch
39 - patches/11-callback-rv.patch
40 - patches/12-custom-mutator-fail.patch
41 - patches/13-unused-write.patch
42 - patches/14-explicit-allocator.patch
43 - patches/15-return-to-exit.patch
47 from: '{yaml_dir}/compiler-rt/lib/fuzzer'
50 path: '{yaml_dir}/FuzzerMain*'
52 path: '{yaml_dir}/FuzzerInterceptors*'