[Mlir-commits] [mlir] 08e4e08 - [mlir-vulkan-runner] Clean up some stale CMake configurations
Lei Zhang
llvmlistbot at llvm.org
Tue Oct 13 07:20:19 PDT 2020
Author: Lei Zhang
Date: 2020-10-13T10:15:54-04:00
New Revision: 08e4e08d7192c5523751e75030689ebb4a279445
URL: https://github.com/llvm/llvm-project/commit/08e4e08d7192c5523751e75030689ebb4a279445
DIFF: https://github.com/llvm/llvm-project/commit/08e4e08d7192c5523751e75030689ebb4a279445.diff
LOG: [mlir-vulkan-runner] Clean up some stale CMake configurations
Added:
Modified:
mlir/tools/mlir-vulkan-runner/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
index b329068ae2ad..34f1a35dca75 100644
--- a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
@@ -86,12 +86,10 @@ if (MLIR_VULKAN_RUNNER_ENABLED)
add_llvm_tool(mlir-vulkan-runner
mlir-vulkan-runner.cpp
- LINK_COMPONENTS
- Core
- Support
+ DEPENDS
+ vulkan-runtime-wrappers
)
- add_dependencies(mlir-vulkan-runner vulkan-runtime-wrappers)
llvm_update_compile_flags(mlir-vulkan-runner)
- target_link_libraries(mlir-vulkan-runner PRIVATE ${FULL_LINK_LIBS} ${LIBS})
+ target_link_libraries(mlir-vulkan-runner PRIVATE ${LIBS})
endif()
More information about the Mlir-commits
mailing list