You've already forked llvm-project
mirror of
https://github.com/AdaCore/llvm-project.git
synced 2026-02-12 13:52:35 -08:00
Re-apply "[flang][cmake] Fix bcc dependencies (#125822)" It was overwritten due to an automatic merge gone wrong for #124416. `git cherry-pick f9af5c145f40480d46874b643ca2b1237e9fbb2a` applied in 97cf061e83a0d0cada38d8a2d75c8a840b01ba26 ignored the renaming of FortranCommon into FortranSupport after #125822. Original commit message: The Fortran libraries are not part of MLIR, so they should use target_link_libraries() rather than mlir_target_link_libraries(). This fixes an issue introduced in #20966. (cherry picked from commit 2bb23d444767540c59c32ccdb86f7ef6e35fd96e)