Skip to content

Commit ea1fc52

Browse files
authored
[SYCL][E2E] Add llvm-lit.py to LIT binary names (#13476)
On windows the lit setup in the bin directory is `llvm-lit.py`, this helps CMake find it.
1 parent 6e04ec9 commit ea1fc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ find_package(Vulkan)
2828

2929
if(NOT LLVM_LIT)
3030
find_program(LLVM_LIT
31-
NAMES llvm-lit lit.py lit
31+
NAMES llvm-lit.py llvm-lit lit.py lit
3232
PATHS "${LLVM_MAIN_SRC_DIR}/utils/lit"
3333
DOC "Path to lit.py")
3434
endif()

0 commit comments

Comments
 (0)