vulkan-runtime-wrappers does not need MLIRSPIRVSerialization,
which is used by the ConvertGpuLaunchFuncToVulkanLaunchFunc pass
under the hood.
Differential Revision: https://reviews.llvm.org/D79577
target_link_libraries(vulkan-runtime-wrappers
PUBLIC
- LLVMSupport
- MLIRSPIRVSerialization
LLVMCore
LLVMSupport
${Vulkan_LIBRARY}
${conversion_libs}
LLVMCore
LLVMSupport
- MLIRJitRunner
MLIRAnalysis
MLIREDSC
MLIRExecutionEngine
MLIRIR
+ MLIRJitRunner
MLIRLLVMIR
MLIRParser
MLIRSPIRVTransforms