[flang] Fix out-of-tree builds
authorTim Keith <tkeith@nvidia.com>
Wed, 17 Jun 2020 19:01:59 +0000 (12:01 -0700)
committerTim Keith <tkeith@nvidia.com>
Wed, 17 Jun 2020 19:02:00 +0000 (12:02 -0700)
Replace two MLIR dependencies with MLIRLinalgOps.

Differential Revision: https://reviews.llvm.org/D82038

flang/lib/Lower/CMakeLists.txt

index fe49e2d..8265025 100644 (file)
@@ -10,9 +10,8 @@ add_flang_library(FortranLower
 
   DEPENDS
   FIROpsIncGen
-  MLIROpAsmInterfaceIncGen
   MLIRControlFlowInterfaces
-  MLIRLinalgStructuredOpsInterfaceIncGen
+  MLIRLinalgOps
 
   LINK_COMPONENTS
   Support