forked from OSchip/llvm-project
[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:
parent
aa0b991dcf
commit
c2414c2039
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue