[flang-commits] [flang] Fix Fortran Debug Build (PR #178076)
via flang-commits
flang-commits at lists.llvm.org
Tue Jan 27 02:18:24 PST 2026
https://github.com/jeanPerier commented:
Thanks for fixing this issue.
While your fix works, it is making the an Optimizer library depends on Evaluate which is not expected to happen since the Optimizer library are MLIR based and should be able to operate without front-end data structures.
Can you test if https://github.com/llvm/llvm-project/pull/178150 fixes the issue?
https://github.com/llvm/llvm-project/pull/178076
More information about the flang-commits
mailing list