[flang-commits] [flang] [flang] Fix build on different of cores from #164630 (PR #164841)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Oct 27 02:23:58 PDT 2025
tblah wrote:
> Seems like flang suffers from a major design issue when it comes to specifying dependencies.
This isn't a flang-specific design decision it is how MLIR dialects work - and I'm not sure using tablegen to create header files in LLVM is a bad design decision. However I agree that we would benefit from some tooling that verified these dependency graphs.
https://github.com/llvm/llvm-project/pull/164841
More information about the flang-commits
mailing list