meson: remove opencl-external-clang-headers option and rely on shared-llvm

Setting opencl-external-clang-headers to enabled while using shared LLVM
was broken and this option was mostly used for windows to force static
inclusion of opencl base headers.

Simply relying on the shared-llvm option here is enough to get what we
want.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25568>
This commit is contained in:
Karol Herbst
2024-01-02 22:58:39 +01:00
committed by Marge Bot
parent 501f78fdba
commit 37a1346347
3 changed files with 1 additions and 11 deletions

View File

@@ -200,13 +200,6 @@ option(
description : 'Link libclc SPIR-V statically.',
)
option(
'opencl-external-clang-headers',
type : 'feature',
description : 'Use system Clang headers at runtime for OpenCL kernel ' +
'compilation.',
)
option(
'd3d-drivers-path',
type : 'string',