get-device-info.c:515:8: error: use of undeclared identifier 'CL_DEVICE_QUEUE_ON_HOST_PROPERTIES'
The macOS build fails with this error.
tests/cl/api/get-device-info.c:515:8: error: use of undeclared identifier 'CL_DEVICE_QUEUE_ON_HOST_PROPERTIES'
case CL_DEVICE_QUEUE_ON_HOST_PROPERTIES:
^
The build failure was introduced with this commit.
commit 4f2016b2d9f398731a020a2395f565dedac3c4e1
Author: Serge Martin <edb@sigluy.net>
Date: Sat May 16 19:35:09 2020 +0200
cl: clGetDeviceInfo check returned values
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/271>
cc: @edb