Bug 1931425 - Limit how often moz-label's #setStyles runs r=reusable-components-revie...
[gecko.git] / tools / fuzzing / libfuzzer / moz.yaml
blobf8074d07ed1681413a1144ca7ea9848148c3f2e4
1 schema: 1
3 bugzilla:
4   product: Core
5   component: General
7 origin:
9   name: fuzzer
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
19   license: Apache-2.0
20   license-file: LICENSE.TXT
22 vendoring:
23   url: https://github.com/llvm/llvm-project
24   source-hosting: github
26   keep:
27     - LICENSE.TXT
29   exclude:
30     - "**"
32   include:
33     - "compiler-rt/lib/fuzzer/*.h"
34     - "compiler-rt/lib/fuzzer/*.cpp"
35     - "compiler-rt/lib/fuzzer/*.def"
37   patches:
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
45   update-actions:
46     - action: move-dir
47       from: '{yaml_dir}/compiler-rt/lib/fuzzer'
48       to: '{yaml_dir}'
49     - action: delete-path
50       path: '{yaml_dir}/FuzzerMain*'
51     - action: delete-path
52       path: '{yaml_dir}/FuzzerInterceptors*'