[Lldb-commits] [lldb] [lldb][test] Skip libc++ tests if it is linked statically (PR #113935)
Vladislav Dzhidzhoev via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 6 07:17:01 PST 2024
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
More information about the lldb-commits
mailing list