[llvm] [libsycl] Add lit configuration files and basic test (PR #177407)
Kseniya Tikhomirova via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 10 04:51:57 PST 2026
================
@@ -0,0 +1,122 @@
+// REQUIRES: any-device
+// RUN: %clangxx %sycl_options %s -o %t.out
+// RUN: %t.out
+//
+// Tests platform::get_devices for each device type.
+
+#include <sycl.hpp>
----------------
KseniyaTikhomirova wrote:
https://github.com/llvm/llvm-project/pull/177407/commits/17361e09b9b7d072e080a07f16f8c29e00f5d06d
https://github.com/llvm/llvm-project/pull/177407
More information about the llvm-commits
mailing list