[mlir][vulkan-runner] Remove duplicated/uncessary link libraries

vulkan-runtime-wrappers does not need MLIRSPIRVSerialization,
which is used by the ConvertGpuLaunchFuncToVulkanLaunchFunc pass
under the hood.

Differential Revision: https://reviews.llvm.org/D79577
This commit is contained in:
Lei Zhang 2020-05-07 10:31:19 -04:00
parent aa0b991dcf
commit c2414c2039
1 changed files with 1 additions and 3 deletions

View File

@ -45,8 +45,6 @@ if (MLIR_VULKAN_RUNNER_ENABLED)
target_link_libraries(vulkan-runtime-wrappers
PUBLIC
LLVMSupport
MLIRSPIRVSerialization
LLVMCore
LLVMSupport
${Vulkan_LIBRARY}
@ -59,11 +57,11 @@ if (MLIR_VULKAN_RUNNER_ENABLED)
${conversion_libs}
LLVMCore
LLVMSupport
MLIRJitRunner
MLIRAnalysis
MLIREDSC
MLIRExecutionEngine
MLIRIR
MLIRJitRunner
MLIRLLVMIR
MLIRParser
MLIRSPIRVTransforms