[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


================
@@ -0,0 +1,56 @@
+///
+/// Perform several driver tests for SYCL offloading for JIT
+///
+
+/// Check the phases graph with -fsycl. Use of -fsycl enables offload
+// RUN: %clang -ccc-print-phases --target=x86_64-unknown-linux-gnu \
+// RUN:   -fsycl %s 2>&1 \
----------------
MaskRay wrote:

unnecessary wrapping here

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


More information about the llvm-commits mailing list