Skip to content

Commit 02a0c48

Browse files
mateuszchudykjsji
authored andcommitted
Fix typo in warning message (#2758)
Original commit: KhronosGroup/SPIRV-LLVM-Translator@20eeca98ebef7c8
1 parent 3f8ee44 commit 02a0c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if(NOT SPIRV_TOOLS_SPIRV_AS_FOUND)
6868
endif()
6969

7070
if(NOT SPIRV_TOOLS_SPIRV_DIS_FOUND)
71-
message(WARNING "spirv-as not found! SPIR-V disassembly tests will not be run.")
71+
message(WARNING "spirv-dis not found! SPIR-V disassembly tests will not be run.")
7272
set(SPIRV_TOOLS_SPIRV_DIS_FOUND False)
7373
endif()
7474

0 commit comments

Comments
 (0)