beanz added a comment.

Thankfully CMake will not complain about circular dependencies in static 
archive targets. If it did, we'd really be in trouble because the LLDB 
dependencies graph has *lots* of circular dependencies. Actually, I think CMake 
even handles them properly on Linux, which should eliminate our need to add 
`--start-group` and `--end-group` to the linker command lines.


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