[Lldb-commits] [PATCH] D24863: Keep dependencies separated between static and dynamic libraries. Fix for bug #28127.

Brad King via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 23 07:08:46 PDT 2016


brad.king added a comment.

> ensuring that when static .a libraries are build they only introduce cmake transitive dependencies to other .a components.


This sounds good from a design level.

As for the implementation, I'm not particularly familiar with `llvm_add_library` and all its options and use cases so I'll have to defer to other reviewers for that.


Repository:
  rL LLVM

https://reviews.llvm.org/D24863





More information about the lldb-commits mailing list