[PATCH] D79342: [flang] Fix cmake circular dependency error

Tim Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 13:27:02 PDT 2020


tskeith added a comment.

In D79342#2018403 <https://reviews.llvm.org/D79342#2018403>, @clementval wrote:

> @tskeith If I removed it I see these kind of error:
>
>   ../../../../lib/libFortranEvaluate.a(characteristics.cpp.o):characteristics.cpp:function Fortran::evaluate::characteristics::TypeAndShape::AcquireShape(Fortran::semantics::ObjectEntityDetails const&) [clone .localalias.62]: error: undefined reference to 'Fortran::semantics::ArraySpec::IsDeferredShape() const'
>   ../../../../lib/libFortranEvaluate.a(characteristics.cpp.o):characteristics.cpp:function Fortran::evaluate::characteristics::TypeAndShape::AcquireShape(Fortran::semantics::ObjectEntityDetails const&) [clone .localalias.62]: error: undefined reference to 'Fortran::semantics::ArraySpec::IsAssumedRank() const'
>   ../../../../lib/libFortranEvaluate.a(characteristics.cpp.o):characteristics.cpp:function Fortran::evaluate::characteristics::TypeAndShape::AcquireShape(Fortran::semantics::ObjectEntityDetails const&) [clone .localalias.62]: error: undefined reference to 'Fortran::semantics::ArraySpec::IsAssumedShape() const'
>   ../../../../lib/libFortranEvaluate.a(characteristics.cpp.o):characteristics.cpp:function Fortran::evaluate::characteristics::TypeAndShape::AcquireShape(Fortran::semantics::ObjectEntityDetails const&) [clone .localalias.62]: error: undefined reference to 'Fortran::semantics::ArraySpec::IsAssumedSize() const'
>


What compiler, linker, and OS?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79342





More information about the llvm-commits mailing list