Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG36d55f90e2a3: fuzzutil: make it possible to use absl when C++17 isn't supported
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm assuming https://abseil.io/ is part of the standard environment in oss-fuzz. Otherwise, we may want to vendor it or provide a script to download it or something.
Comment Actions
Actually, it's not needed on oss-fuzz because we have a C++17 compiler there. This just leaves the hooks in place so that it's easy-ish to build the fuzzers when you don't have a C++17 compiler (which I don't when building out of Piper, which gives me some insane options for running the fuzzer.)
I can live without this patch, but I'd rather we have it in place so that it's easy to drop a copy of abseil on a machine if needed when doing fuzzer work.