================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
