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

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 11:21:09 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc2414c20397a: [mlir][vulkan-runner] Remove duplicated/uncessary link libraries (authored by antiagainst).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79577/new/

https://reviews.llvm.org/D79577

Files:
  mlir/tools/mlir-vulkan-runner/CMakeLists.txt


Index: mlir/tools/mlir-vulkan-runner/CMakeLists.txt
===================================================================
--- mlir/tools/mlir-vulkan-runner/CMakeLists.txt
+++ mlir/tools/mlir-vulkan-runner/CMakeLists.txt
@@ -45,8 +45,6 @@
 
   target_link_libraries(vulkan-runtime-wrappers
     PUBLIC
-    LLVMSupport
-    MLIRSPIRVSerialization
     LLVMCore
     LLVMSupport
     ${Vulkan_LIBRARY}
@@ -59,11 +57,11 @@
     ${conversion_libs}
     LLVMCore
     LLVMSupport
-    MLIRJitRunner
     MLIRAnalysis
     MLIREDSC
     MLIRExecutionEngine
     MLIRIR
+    MLIRJitRunner
     MLIRLLVMIR
     MLIRParser
     MLIRSPIRVTransforms


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79577.262701.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/8bfee42d/attachment.bin>


More information about the llvm-commits mailing list