[clang] [clang][Driver][SYCL] Fix SYCLInstallationDetector for compiler installs outside sysroot (PR #211351)
Srividya Sundaram via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 24 08:51:50 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
----------------
srividya-sundaram wrote:
nit: Can we also add a test that checks the per-target-runtime-dir layout `(%t/lib/<triple>/libLLVMSYCL.so)`?
https://github.com/llvm/llvm-project/pull/211351
More information about the cfe-commits
mailing list