-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_presubmit: Add a 'host_clang_fuzz' step
This CL adds three things: * A 'pw_strict_host_clang_fuzz' toolchain based on `pw_toolchain_host_clang.fuzz`. * A top-level `//:host_clang_fuzz` GN targets which builds `//:pigweed_defaults` with the above toolchain. * A `gn_fuzz_build` presubmit step which builds the above target. This step is added to the `SECURITY` presubmit program. As of this CL, this new step does not do much; it merely builds and runs existing targets such as unit tests with additional fuzzer and ASan instrumentation. Subsequent CLs will add FuzzTest and its dependencies to allow `pw_fuzz_test`s to run in "unit test" mode, enabling bounded fuzzing in presubmit. Change-Id: I4f0786b49ebf9d9370277551af46033d3b01c1cf Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/143150 Commit-Queue: Aaron Green <[email protected]> Reviewed-by: Rob Mohr <[email protected]>
- Loading branch information
1 parent
5c4ea8e
commit 34e5a1b
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters