[flang-commits] [flang] [flang] Fix linking to libMLIR (PR #135483)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Mon Apr 14 07:58:07 PDT 2025
vzakhari wrote:
Thank you for the change! Can you please explain how the failure looks like? I did not see issues with my local builds using both static and shared libs, but I must have missed something.
It looks like the `LINK_COMPONENTS` section needs to be hoisted above `MLIR_LIBS` - I think CMake code in AddFlang.cmake is not handling the ordering very well.
https://github.com/llvm/llvm-project/pull/135483
More information about the flang-commits
mailing list