mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-29 06:21:06 +00:00
789de0dc4b
With OSS-Fuzz, the build system should not directly set options such as -fsanitize=fuzzer. Instead, these are set by OSS-Fuzz, and linker options are provided via the LIB_FUZZER_OPTIONS environment variable. This change allows the fuzzers to be build stand-alone, outside of OSS-Fuzz, in the way that was already supported, as well as inside OSS-Fuzz, when the LIB_FUZZER_OPTIONS environment variable is set. |
||
---|---|---|
.. | ||
corpora/spv | ||
BUILD.gn | ||
CMakeLists.txt | ||
spvtools_as_fuzzer.cpp | ||
spvtools_binary_parser_fuzzer.cpp | ||
spvtools_dis_fuzzer.cpp | ||
spvtools_opt_legalization_fuzzer.cpp | ||
spvtools_opt_performance_fuzzer.cpp | ||
spvtools_opt_size_fuzzer.cpp | ||
spvtools_val_fuzzer.cpp |