[clang] [llvm] [clang-sycl-linker] Add per-translation-unit device code split mode (PR #196435)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Sat May 9 12:39:32 PDT 2026


================
@@ -3,13 +3,11 @@
 // REQUIRES: spirv-registered-target
 //
 // Test the dry run of a simple case to link two input files.
-// Also verifies the default split mode ("none").
 // RUN: %clangxx -emit-llvm -c -target spirv64 %s -o %t_1.bc
----------------
bader wrote:

Shouldn't we check the default "split mode"?

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


More information about the cfe-commits mailing list