[llvm-bugs] [Bug 45537] New: Cyclic dependence between FortranEvaluate and FortranSemantics

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 14 12:42:14 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=45537

            Bug ID: 45537
           Summary: Cyclic dependence between FortranEvaluate and
                    FortranSemantics
           Product: flang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedbugs at nondot.org
          Reporter: stephen.neuendorffer at gmail.com
                CC: David.Truby at arm.com, llvm-bugs at lists.llvm.org,
                    sscalpone at nvidia.com

BUILD_SHARED_LIBS=on is broken:

-- Configuring done
CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
  "FortranEvaluate" of type SHARED_LIBRARY
    depends on "FortranSemantics" (weak)
  "FortranSemantics" of type SHARED_LIBRARY
    depends on "FortranEvaluate" (weak)
At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies are
allowed only among static libraries.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200414/79a99ef0/attachment.html>


More information about the llvm-bugs mailing list