Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 69fa232

Browse files
sergeidm-vodopyanov
andauthored
Update SYCL/lit.cfg.py
Co-authored-by: Dmitry Vodopyanov <[email protected]>
1 parent edc96e9 commit 69fa232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
lit_config.note("Found llvm-spirv")
287287
config.substitutions.append( ('%LLVM_SPIRV', os.path.realpath(llvm_spirv_path)) )
288288
else:
289-
lit_config.warning("Can't find llvm_spirv")
289+
lit_config.warning("Can't find llvm-spirv")
290290

291291
llvm_link_path = find_executable("llvm-link")
292292
if llvm_link_path:

0 commit comments

Comments
 (0)