Skip to content

Commit

Permalink
Update docs on libfuzzer vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Nov 7, 2024
1 parent bc6ce26 commit 4a4554e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,18 @@ Then link to your own runtime in your `build.rs`.

## Updating libfuzzer from upstream

```
./update-libfuzzer.sh <github.com/llvm-mirror/llvm-project SHA1>
```
* Update the `COMMIT=...` variable in `./update-libfuzzer.sh` with the new
commit hash from [llvm-mirror/llvm-project](github.com/llvm-mirror/llvm-project)
that you are vendoring.

* Re-run the script:

```
$ ./update-libfuzzer.sh <github.com/llvm-mirror/llvm-project SHA1>
```

## License

All files in `libfuzzer` directory are licensed NCSA.
All files in the `libfuzzer` directory are licensed NCSA.

Everything else is dual-licensed Apache 2.0 and MIT.

0 comments on commit 4a4554e

Please sign in to comment.