[clang] [clang][Driver][SYCL] Fix SYCLInstallationDetector for compiler installs outside sysroot (PR #211351)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 24 09:10:21 PDT 2026
================
@@ -0,0 +1,11 @@
+// REQUIRES: system-linux && symlinks
+
+// Verify we still generate a path to libLLVMSYCL.so even with sysroot set.
+
+// RUN: rm -rf %t && mkdir -p %t/bin %t/lib
+// RUN: touch %t/lib/libLLVMSYCL.so
----------------
sarnex wrote:
added in https://github.com/llvm/llvm-project/pull/211351/commits/b9804bb149b1311431d7d3ebcb104322aa25be62, thanks!
https://github.com/llvm/llvm-project/pull/211351
More information about the cfe-commits
mailing list