[clang] [llvm] [Driver][SYCL] Add initial SYCL offload compilation support (PR #107493)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 22:16:38 PDT 2024


================
@@ -762,6 +762,10 @@ class ToolChain {
   virtual void AddHIPIncludeArgs(const llvm::opt::ArgList &DriverArgs,
                                  llvm::opt::ArgStringList &CC1Args) const;
 
+  /// Add arguments to use SYCL specific includes.
----------------
bader wrote:


```suggestion
  /// Add arguments to use system-specific SYCL includes.
```
To match comments for similar CUDA and HIP functions above.

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


More information about the cfe-commits mailing list