[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:25:05 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf392b75fd853: [flang] Fix out-of-tree builds (authored by tskeith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82038/new/
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.271447.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/6de92ee0/attachment.bin>
More information about the llvm-commits
mailing list