[clang] [llvm] Reland - [Driver][SYCL] Add initial SYCL offload compilation support … (PR #117268)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 19:36:27 PST 2024


================
@@ -993,6 +1028,41 @@ void Driver::CreateOffloadingDeviceToolChains(Compilation &C,
     return;
   }
 
+  //
----------------
MaskRay wrote:

We don't use start a comment block with `//\n`. Just delete the part before `We need to generate a SYCL toolchain if the user specified -fsycl.`

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


More information about the llvm-commits mailing list