[clang] [Clang][SYCL] Add AOT compilation support for Intel GPUs in clang-sycl-linker (PR #133194)
Arvind Sudarsanam via cfe-commits
cfe-commits at lists.llvm.org
Tue May 6 10:11:29 PDT 2025
================
@@ -358,15 +483,20 @@ Error runSYCLLink(ArrayRef<std::string> Files, const ArgList &Args) {
SmallVector<std::string> SplitModules;
SplitModules.emplace_back(*LinkedFile);
- // SPIR-V code generation step.
+ // SPIR-V code generation step and AOT compilation step.
----------------
asudarsa wrote:
Nit: You can leave this comment as is and add a comment later about AOT compile.
Thanks
https://github.com/llvm/llvm-project/pull/133194
More information about the cfe-commits
mailing list