clc: require LLVM-15

Allows us to drop code dealing with `opencl-c.h`.

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/27141>
This commit is contained in:
Karol Herbst
2024-01-18 14:23:48 +01:00
committed by Marge Bot
parent bd085c253c
commit 338636a4ab
4 changed files with 5 additions and 40 deletions

View File

@@ -32,8 +32,8 @@ The minimum versions to build Rusticl are:
- Rust: 1.66
- Meson: 1.3.1
- Bindgen: 0.62.0
- LLVM: 14.0.0 (recommended: 15.0.0)
- Clang: 14.0.0 (recommended: 15.0.0)
- LLVM: 15.0.0
- Clang: 15.0.0
Updating clang requires a rebuilt of mesa and rusticl if and only if the value of
``CLANG_RESOURCE_DIR`` changes. It is defined through ``clang/Config/config.h``.
- SPIRV-Tools: any version (recommended: v2022.3)