[PATCH] D82038: [flang] Fix out-of-tree builds

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 12:24:10 PDT 2020


tskeith created this revision.
tskeith added reviewers: klausler, PeteSteinfeld.
tskeith added a project: Flang.
Herald added subscribers: llvm-commits, stephenneuendorffer, rriddle, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
klausler accepted this revision.
This revision is now accepted and ready to land.
PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.

I ran `cmake` with this patch and got no errors.  Thanks, Tim!


Replace two MLIR dependencies with MLIRLinalgOps.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82038

Files:
  flang/lib/Lower/CMakeLists.txt


Index: flang/lib/Lower/CMakeLists.txt
===================================================================
--- flang/lib/Lower/CMakeLists.txt
+++ flang/lib/Lower/CMakeLists.txt
@@ -10,9 +10,8 @@
 
   DEPENDS
   FIROpsIncGen
-  MLIROpAsmInterfaceIncGen
   MLIRControlFlowInterfaces
-  MLIRLinalgStructuredOpsInterfaceIncGen
+  MLIRLinalgOps
 
   LINK_COMPONENTS
   Support


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82038.271434.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/ace3b44a/attachment.bin>


More information about the llvm-commits mailing list