[PATCH] D78215: [flang] Use the Flang cmake-functions to add targets.

مهدي شينون (Mehdi Chinoune) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 19 13:21:37 PDT 2020


ChinouneMehdi added a comment.

In D78215#1991289 <https://reviews.llvm.org/D78215#1991289>, @SouraVX wrote:

> flang still can't be build with `-DBUILD_SHARED_LIBS=ON`, at link time it fails. As of now I see following libraries `libFortranDecimal` `libFortranCommon` ` libFortranLower` `libLLVMDemangle` and `libLLVMSupport` are getting building fine. I suspect there is some circular dependency between `libFortranParser` `libFortranSemantics` and `libFortranEvaluate` ?
>  Static build's are fine.


It's a known issue, there is a circular dependency between `FortranEvaluate` and `FortranParser`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78215/new/

https://reviews.llvm.org/D78215





More information about the llvm-commits mailing list