b53377b23b
The OpenCL target defined its own `dep_clang`, which was rather incomplete, when compared to the version from the main `meson.build` file. This commit removes the custom version and relies on the main version of `dep_clang` in the root level `meson.build`. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11945 Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31364>