[clang] [llvm] [Driver][SYCL] Add initial SYCL offload compilation support (PR #107493)
Tom Honermann via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 17 13:57:28 PDT 2024
================
@@ -6553,6 +6634,20 @@ const ToolChain &Driver::getOffloadingDeviceToolChain(
HostTC, Args);
break;
}
+ case Action::OFK_SYCL:
+ // TODO: Add additional Arch values for Ahead of Time support for SYCL.
----------------
tahonermann wrote:
Since AoT support doesn't exist in Clang yet, this TODO comment seems premature.
https://github.com/llvm/llvm-project/pull/107493
More information about the cfe-commits
mailing list