[clang] [llvm] [Driver][SYCL] Add initial SYCL offload compilation support (PR #107493)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 16 08:24:27 PDT 2024
================
@@ -85,6 +85,7 @@ add_clang_library(clangDriver
ToolChains/PPCFreeBSD.cpp
ToolChains/InterfaceStubs.cpp
ToolChains/ZOS.cpp
+ ToolChains/SYCL.cpp
----------------
AaronBallman wrote:
You should keep this alphabetized
https://github.com/llvm/llvm-project/pull/107493
More information about the cfe-commits
mailing list