[PATCH] D42780: [RISCV] CompressPat Tablegen-driven Instruction Compression

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 07:21:19 PDT 2018


asb added a comment.

By the way, I'm getting the following error while trying to build this:

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

If you're not seeing this, it may be because I build with `-DBUILD_SHARED_LIBS=true` during development.


https://reviews.llvm.org/D42780





More information about the llvm-commits mailing list