[PATCH] D80149: [mlir][vulkan-runner] Add back accidentially removed header include

Lei Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 12:27:55 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG715b7d8aa5d7: [mlir][vulkan-runner] Add back accidentially removed header include (authored by antiagainst).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80149

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
@@ -38,6 +38,11 @@
     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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80149.264698.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/d9946622/attachment.bin>


More information about the llvm-commits mailing list