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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 19 11:45:21 PDT 2020


SouraVX added a comment.

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.


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