beanz added a comment.

@labath, we'll have to see if CMake's handling is good enough. What CMake 
actually does is repeat the full chain of the cycle, so it would be something 
like adding `-lX -lY -lX -lY` in your example. This doesn't work for certain 
pathological cases, but CMake actually has mechanisms to help deal with that 
too if we need them:

https://cmake.org/cmake/help/v3.4/command/target_link_libraries.html#cyclic-dependencies-of-static-libraries


https://reviews.llvm.org/D29333



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

Reply via email to