Commit Graph

4 Commits

Author SHA1 Message Date
Alastair Donaldson acc4ead138
tint: add SPIRV-Tools fuzzers (#6515)
* tint: add SPIRV-Tools fuzzers

* Fix script.

* Move to release builds.

* Reduce the number of targets that are built in CI.
2021-10-08 16:07:48 +01:00
Alastair Donaldson a392b977f8
Use uninstrumented spirv-as for corpus prep (#6467)
To avoid sanitizer errors during corpus prepraration (and also to speed
it up) this change build an uninstrumented version of spirv-as.
2021-09-17 13:22:09 +01:00
Alastair Donaldson 1ff1e12360
tint: pass LIB_FUZZING_ENGINE more elegantly (#6388)
The LIB_FUZZING_ENGINE environment variable is now passed to tint's
CMake command as an option, rather than having the environment variable
be queried in the project's CMake files.
2021-09-03 15:50:31 +01:00
Alastair Donaldson 5bbbc5a7b5
Add fuzz targets for tint (#6331)
Adds fuzz targets for the SPIR-V reader of the tint project.
2021-08-28 07:38:54 -07:00