[all-commits] [llvm/llvm-project] bbcc0f: [flang] Fix standalone builds
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Mar 4 05:07:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbcc0f6006a128b9004384b42c9de9430d96dc91
https://github.com/llvm/llvm-project/commit/bbcc0f6006a128b9004384b42c9de9430d96dc91
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M flang/lib/Frontend/CMakeLists.txt
Log Message:
-----------
[flang] Fix standalone builds
In dd875dd88bf7f39ad56d8402bdc49ffeb51b4ab8 I added a missing MLIR
dependency in Flang. However, that particular CMake target is not
exported as something available to standalone builds. In this patch is
switch to `MLIRIR` instead, which depends on
`MLIRBuiltinAttributeInterfacesIncGen` - the missing dependency added
previously.
Differential Revision: https://reviews.llvm.org/D120986
More information about the All-commits
mailing list