[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
================
@@ -780,6 +781,41 @@ Driver::OpenMPRuntimeKind Driver::getOpenMPRuntime(const ArgList &Args) const {
return RT;
}
+static const char *getDefaultSYCLArch(Compilation &C) {
----------------
MaskRay wrote:
Remove this trivial function and inline its use
https://github.com/llvm/llvm-project/pull/117268
More information about the llvm-commits
mailing list