[flang-commits] [flang] f392b75 - [flang] Fix out-of-tree builds
    Tim Keith via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed Jun 17 12:03:24 PDT 2020
    
    
  
Author: Tim Keith
Date: 2020-06-17T12:02:00-07:00
New Revision: f392b75fd8539e07b1bc9ba16a0fe34b18b789e8
URL: https://github.com/llvm/llvm-project/commit/f392b75fd8539e07b1bc9ba16a0fe34b18b789e8
DIFF: https://github.com/llvm/llvm-project/commit/f392b75fd8539e07b1bc9ba16a0fe34b18b789e8.diff
LOG: [flang] Fix out-of-tree builds
Replace two MLIR dependencies with MLIRLinalgOps.
Differential Revision: https://reviews.llvm.org/D82038
Added: 
    
Modified: 
    flang/lib/Lower/CMakeLists.txt
Removed: 
    
################################################################################
diff  --git a/flang/lib/Lower/CMakeLists.txt b/flang/lib/Lower/CMakeLists.txt
index fe49e2d28cb9..8265025fafdc 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
        
    
    
More information about the flang-commits
mailing list