[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:28:49 PST 2026
================
@@ -0,0 +1,214 @@
+# -*- Python -*-
+
+# Configuration file for the 'lit' test runner.
+
+import os
+import re
----------------
KseniyaTikhomirova wrote:
llvm CI has python script formatting check (by graphite) but unused "import" was not reported so it seems this check doesn't exist there.
https://github.com/llvm/llvm-project/pull/177407
More information about the llvm-commits
mailing list