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.
Details
Details
- Reviewers
DavidSpickett - Commits
- rGbbcc0f6006a1: [flang] Fix standalone builds
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I tested standalone builds locally and that worked fine too. Thanks for reviewing and testing 👍🏻 !