Skip to content

targets/opencl: Look for LLVM libraries in cross-compilation sysroot

Thierry Reding requested to merge tagr/mesa:cross-compile into main

When cross-compiling, make sure to look for LLVM libraries in the cross- compilation sysroot to avoid build failures from trying to link against files from the build system.

Signed-off-by: Thierry Reding treding@nvidia.com

Merge request reports