Commit Graph

3 Commits

Author SHA1 Message Date
Ali Zhang add6b92183
pigweed: Fix build failure (#5132)
Pigweed python env setup now uses the "arm-none-eabi-gcc" toolchain
to derive some flags for the newly added clang for ARM toolchain.

Bug: https://crbug.com/oss-fuzz/30513
2021-02-08 09:50:13 +11:00
Ali Zhang 4ea64fc735
pigweed: Restore fuzzing (#5099)
Fuzzing was broken due to toolchain refactoring. This change brings
things back.

Test: Locally built and run the example toy_fuzzer per
      https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally
2021-02-03 17:24:27 +11:00
Aaron 21c3ee3f1a
Add Pigweed project (#3612)
Currently, this only builds with --sanitizer=address, due to hardcoded
-fno-rtti values in Pigweed's builds.
2020-04-13 18:41:14 -07:00