Commit Graph

8 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 6611766ac0
tint: fix path to script. (#7328) 2022-02-25 18:39:05 +00:00
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 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 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 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