From 4a4554e472707634d865f004ff0448f779317c1f Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 7 Nov 2024 12:56:18 -0800 Subject: [PATCH] Update docs on libfuzzer vendoring --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd1379f..6645354 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,18 @@ Then link to your own runtime in your `build.rs`. ## Updating libfuzzer from upstream -``` -./update-libfuzzer.sh -``` +* 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 + ``` ## 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.