[clang] [llvm] [libsycl][Driver] Move and rename the SYCL shared library (PR #188770)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 17 10:07:01 PDT 2026


================
@@ -22,8 +22,8 @@ class SYCLInstallationDetector {
   void addSYCLIncludeArgs(const llvm::opt::ArgList &DriverArgs,
                           llvm::opt::ArgStringList &CC1Args) const;
 
-  // Return the filesystem path to the SYCL runtime library (libsycl.so), that
-  // was detected.
+  // Return the filesystem path to the SYCL runtime library,
+  // that was detected.
----------------
bader wrote:

```suggestion
  // Return the filesystem path to the detected SYCL runtime library.
```

https://github.com/llvm/llvm-project/pull/188770


More information about the cfe-commits mailing list