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

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 7 12:02:28 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 (libLLVMSYCL.so),
----------------
bader wrote:

I suggest we drop the file name from the comment. The name is platform dependent btw.
This applies to all comments in this PR.

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


More information about the cfe-commits mailing list