Skip to content

Commit b265bf4

Browse files
Resolve review comments
Signed-off-by: Davide Grohmann <[email protected]> Change-Id: I6a5dabcc5ad29aba5831af54834e343432167c8a
1 parent 822bfc4 commit b265bf4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/spirv-tools/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ if (NOT LLVM_INCLUDE_SPIRV_TOOLS_TESTS)
55
return()
66
endif ()
77

8-
if (NOT "SPIRV" IN_LIST LLVM_TARGETS_TO_BUILD AND NOT "mlir" IN_LIST LLVM_ENABLE_PROJECTS)
9-
message(FATAL_ERROR "Building SPIRV-Tools tests is unsupported without the SPIR-V target or mlir project")
10-
endif ()
11-
128
# SPIRV_DIS, SPIRV_VAL, SPIRV_AS and SPIRV_LINK variables can be used to provide paths to existing
139
# spirv-dis, spirv-val, spirv-as, and spirv-link binaries, respectively. Otherwise, build them from
1410
# SPIRV-Tools source.

0 commit comments

Comments
 (0)