大佬,llvm17 出现
-- Configuring done (24.1s)
CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
"LLVMObfuscation" of type SHARED_LIBRARY
depends on "LLVMPasses" (weak)
"LLVMPasses" of type SHARED_LIBRARY
depends on "LLVMObfuscation" (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.
互相引用?
大佬,llvm17 出现 -- Configuring done (24.1s) CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle): "LLVMObfuscation" of type SHARED_LIBRARY depends on "LLVMPasses" (weak) "LLVMPasses" of type SHARED_LIBRARY depends on "LLVMObfuscation" (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. 互相引用?