[Mlir-commits] [mlir] 715b7d8 - [mlir][vulkan-runner] Add back accidentially removed header include
Lei Zhang
llvmlistbot at llvm.org
Mon May 18 12:19:40 PDT 2020
Author: Lei Zhang
Date: 2020-05-18T15:19:24-04:00
New Revision: 715b7d8aa5d7bbddd899510cff88fb042a47d650
URL: https://github.com/llvm/llvm-project/commit/715b7d8aa5d7bbddd899510cff88fb042a47d650
DIFF: https://github.com/llvm/llvm-project/commit/715b7d8aa5d7bbddd899510cff88fb042a47d650.diff
LOG: [mlir][vulkan-runner] Add back accidentially removed header include
Differential Revision: https://reviews.llvm.org/D80149
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 5eaf00076e67..b6febb61b000 100644
--- a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
@@ -38,6 +38,11 @@ if (MLIR_VULKAN_RUNNER_ENABLED)
VulkanRuntime.cpp
)
+ target_include_directories(vulkan-runtime-wrappers
+ PUBLIC
+ ${Vulkan_INCLUDE_DIR}
+ )
+
# *IMPORTANT*: This library cannot depend on LLVM libraries. Otherwise,
# it may cause LLVM version conflict when used together with other shared
# libraries depending on LLVM. Notably, Mesa, who implemnents Vulkan
More information about the Mlir-commits
mailing list