[clang] [llvm] [libsycl][Driver] Move and rename the SYCL shared library (PR #188770)
Michael Toguchi via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 09:59:58 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,
----------------
mdtoguchi wrote:
```suggestion
// Return the filesystem path to the SYCL runtime library
```
I didn't notice the comma before.
https://github.com/llvm/llvm-project/pull/188770
More information about the cfe-commits
mailing list