mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 11:40:05 +00:00
a383c476e6
In newer versions of protobuf the Status building code has been made internal, so that embedders cannot build their own instances like is being done here. Changing this code to just use the .ok() method on the status object, since if the status is OK or not is what is actually being tested. This will make it easier in the future to update external/protobuf. |
||
---|---|---|
.. | ||
fuzz.cpp |