mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
We're about to introduce a hard dependency on OpenCL functions in Iris & Anv to generate commands. Intel-clc has been modified to generate serialized NIR. A number of builders are doing cross builds, so we can't use the intel-clc built in that cross build. Other builds like ASAN/MSAN also complain when running the built version of intel-clc because of uninitialized values in the packaged LLVM libraries from the x86_64-base image. To solve those problems we build a host version of intel-clc and use that binary in the cross build to generate the serialized NIR. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26797> |
||
|---|---|---|
| .. | ||
| android_build.sh | ||
| arm32_test.sh | ||
| arm64_build.sh | ||
| arm64_test.sh | ||
| arm_test.sh | ||
| llvm-snapshot.gpg.key | ||
| ppc64el_build.sh | ||
| s390x_build.sh | ||
| winehq.gpg.key | ||
| x86_32_build.sh | ||
| x86_64_build-base.sh | ||
| x86_64_build.sh | ||
| x86_64_test-android.sh | ||
| x86_64_test-base.sh | ||
| x86_64_test-gl.sh | ||
| x86_64_test-vk.sh | ||