intel_clc fails to build shaders with llvm 17 (due to linker failure due to opaque ptrs)
Once #9791 is solved, as reported on !24879 (merged)
# env MESA_SHADER_CACHE_DISABLE=true /builddir/build/BUILD/mesa-bd0d3c7b1c61e834e563f7f1c0c9ff553661cbd0/redhat-linux-build/src/intel/compiler/intel_clc -p dg2 --prefix gfx125_bvh_build_leaf_create_HW_instance_nodes -e create_HW_instance_nodes --in ../src/intel/vulkan/grl/gpu/bvh_build_leaf.cl --in /builddir/build/BUILD/mesa-bd0d3c7b1c61e834e563f7f1c0c9ff553661cbd0/src/intel/vulkan/grl/gpu/libs/lsc_intrinsics_fallback.cl -o src/intel/vulkan/grl/gfx125_bvh_build_leaf_create_HW_instance_nodes.h -- -cl-std=cl2.0 -D__OPENCL_VERSION__=200 -DMAX_HW_SIMD_WIDTH=16 -DMAX_WORKGROUP_SIZE=16 -I/builddir/build/BUILD/mesa-bd0d3c7b1c61e834e563f7f1c0c9ff553661cbd0/src/intel/vulkan/grl/gpu -I/builddir/build/BUILD/mesa-bd0d3c7b1c61e834e563f7f1c0c9ff553661cbd0/src/intel/vulkan/grl/include -include opencl-c.h
(file=input,line=0,column=0,index=0): Type mismatch on symbol "store_uint4_L1WB_L3WB" between imported variable/function %77 and exported variable/function %9649.
This is due to https://github.com/KhronosGroup/SPIRV-LLVM-Translator/issues/2153