http://llvm.org/bugs/show_bug.cgi?id=20254

            Bug ID: 20254
           Summary: Failed to build shared libraries by cmake
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The cyclic dependencies among liblldPasses, liblldNative and liblldYAML
thwarted the configuration process by cmake:

CMake Error: The inter-target dependency graph contains the following strongly
connected component (cycle):
  "lldPasses" of type SHARED_LIBRARY
    depends on "lldNative" (weak)
    depends on "lldYAML" (weak)
  "lldNative" of type SHARED_LIBRARY
    depends on "lldYAML" (weak)
    depends on "lldPasses" (weak)
  "lldYAML" of type SHARED_LIBRARY
    depends on "lldNative" (weak)
    depends on "lldPasses" (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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to