Skip to content

Commit 9f953fa

Browse files
authored
[MLIR] XeVM Target: Add missing SPIR-V backend dependency libraries. (llvm#153505)
Adding missing dependency SPIRVDesc, SPIRVInfo Fixes post commit build issue with llvm#148286
1 parent bbe3d64 commit 9f953fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Target/LLVM/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ endif()
213213
if ("SPIRV" IN_LIST LLVM_TARGETS_TO_BUILD)
214214
set(SPIRV_LIBS
215215
SPIRVCodeGen
216-
216+
SPIRVDesc
217+
SPIRVInfo
217218
)
218219
endif()
219220

0 commit comments

Comments
 (0)