dzhidzhoev wrote:

Thank you for the feedback! I was sorting out the ways to fix that.

IMO explicitly referencing symbols that are referenced implicitly from the 
library could work, but it would look obscure. I'd try again with the solution 
like this https://github.com/llvm/llvm-project/pull/98701: we'll make 
lldb-remote-* buildbots build all static libraries (libc++, libc++abi, 
libunwind) separately (so as not to use '--ignore-duplicate-members' flag) and 
manually link tests with the whole library so that all internal functions will 
be present in the binary.

https://github.com/llvm/llvm-project/pull/118986

https://github.com/llvm/llvm-project/pull/113935
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to