lkail added a comment.

This looks has broken build if `-DBUILD_SHARED_LIBS=On` is specified.

  CMake Error: The inter-target dependency graph contains the following 
strongly connected component (cycle):
    "LLVMFrontendOpenMP" of type SHARED_LIBRARY
      depends on "LLVMPasses" (weak)
    "LLVMipo" of type SHARED_LIBRARY
      depends on "LLVMFrontendOpenMP" (weak)
    "LLVMCoroutines" of type SHARED_LIBRARY
      depends on "LLVMipo" (weak)
    "LLVMPasses" of type SHARED_LIBRARY
      depends on "LLVMCoroutines" (weak)
      depends on "LLVMipo" (weak)
  At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies 
are allowed only among static libraries.
  CMake Generate step failed.  Build files cannot be regenerated correctly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107764

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to