[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 11:54:32 PDT 2020


antiagainst created this revision.
antiagainst added a reviewer: denis13.
Herald added subscribers: llvm-commits, jurahul, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, nicolasvasilache, shauheen, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

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.264689.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/c979dd2e/attachment.bin>


More information about the llvm-commits mailing list