Remove workaround from SPIRV-Cross fuzzers |
|
Issue descriptionTo implement these fuzzers I needed to add a signal trap to silence spurious aborts being caused by the fact that SPIR-V Cross aborts instead of returning an error code when parsing malformed input. This parsing code is going to be replaced to no longer have this behaviour. Once this have been landed, the signal trap I added in https://dawn-review.googlesource.com/c/dawn/+/2260 should be removed. |
|
►
Sign in to add a comment |
|