Commit Graph

4 Commits

Author SHA1 Message Date
Alastair Donaldson a33459e7ba
Update tint project to reflect new build requirements. (#7625)
* Update tint project to reflect new build requirements.

* Fix build for i386.
2022-04-28 19:01:08 +01:00
Alastair Donaldson ecc96e3fb2
tint: re-enable honggfuzz (#6400)
Now that the CMake files for int have been fixed, so that when
LIB_FUZZING_ENGINE is set, it is used as the sole way of specifying
fuzzer-related linker flags, the honggfuzz engine should work. This
change reverts the project to use the default set of fuzzing engines,
which includes honggfuzz.
2021-09-04 10:28:38 +01:00
Alastair Donaldson 4a806c4eb2
Disable honggfuzz from the tint build (#6377)
Currently there are errors building with honggfuzz. This may be because
the tint fuzz targets are not correctly configured - the tint build
system does not use the LIB_FUZZING_ENGINE environment variable and
instead hard codes various fuzzer flags. This will be fixed in due
course, but disabling honggfuzz for now to get the OSS-Fuzz build
working.
2021-09-02 06:55:05 -07: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