mirror of https://github.com/google/oss-fuzz.git
doc: add rust to list of languages that support llvm-cov arguments (#12127)
Some example Rust projects that are already using this functionality:7dc680836c/projects/askama/project.yaml (L11-L13)
7dc680836c/projects/gitoxide/project.yaml (L12-L13)
7dc680836c/projects/wasmer/project.yaml (L15-L16)
This commit is contained in:
parent
c36da73074
commit
dbbc986755
|
@ -99,7 +99,7 @@ $ python infra/helper.py coverage --fuzz-target=<fuzz_target_name> \
|
|||
--corpus-dir=<my_local_corpus_dir> $PROJECT_NAME
|
||||
```
|
||||
|
||||
### Additional arguments for `llvm-cov` (C/C++ only)
|
||||
### Additional arguments for `llvm-cov` (C/C++/Rust only)
|
||||
|
||||
You may want to use some of the options provided by the [llvm-cov tool], like
|
||||
`-ignore-filename-regex=`. You can pass these to the helper script after `--`:
|
||||
|
|
Loading…
Reference in New Issue