[PATCH] D79805: [MLIR] Fix dependencies for Analysis libraries

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 14:00:19 PDT 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7a17f3ccd109: [MLIR] Fix dependencies for Analysis libraries (authored by stephenneuendorffer).

Changed prior to commit:
  https://reviews.llvm.org/D79805?vs=263509&id=263512#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79805

Files:
  mlir/lib/Analysis/CMakeLists.txt


Index: mlir/lib/Analysis/CMakeLists.txt
===================================================================
--- mlir/lib/Analysis/CMakeLists.txt
+++ mlir/lib/Analysis/CMakeLists.txt
@@ -17,6 +17,9 @@
   ADDITIONAL_HEADER_DIRS
   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis
 
+  DEPENDS
+  mlir-headers
+
   LINK_LIBS PUBLIC
   MLIRAffineOps
   MLIRCallInterfaces
@@ -35,6 +38,9 @@
   ADDITIONAL_HEADER_DIRS
   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis
 
+  DEPENDS
+  mlir-headers
+
   LINK_LIBS PUBLIC
   MLIRAffineOps
   MLIRCallInterfaces


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79805.263512.patch
Type: text/x-patch
Size: 534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200512/1ffa08dd/attachment.bin>


More information about the llvm-commits mailing list