[Lldb-commits] [PATCH] D29333: [CMake] Add accurate dependency specifications
Chris Bieneman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 11:10:58 PST 2017
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
More information about the lldb-commits
mailing list