From: Tim Keith Date: Wed, 17 Jun 2020 19:01:59 +0000 (-0700) Subject: [flang] Fix out-of-tree builds X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f392b75fd8539e07b1bc9ba16a0fe34b18b789e8;p=platform%2Fupstream%2Fllvm.git [flang] Fix out-of-tree builds Replace two MLIR dependencies with MLIRLinalgOps. Differential Revision: https://reviews.llvm.org/D82038 --- diff --git a/flang/lib/Lower/CMakeLists.txt b/flang/lib/Lower/CMakeLists.txt index fe49e2d..8265025 100644 --- a/flang/lib/Lower/CMakeLists.txt +++ b/flang/lib/Lower/CMakeLists.txt @@ -10,9 +10,8 @@ add_flang_library(FortranLower DEPENDS FIROpsIncGen - MLIROpAsmInterfaceIncGen MLIRControlFlowInterfaces - MLIRLinalgStructuredOpsInterfaceIncGen + MLIRLinalgOps LINK_COMPONENTS Support