[Lldb-commits] [lldb] [lldb][test] Skip libc++ tests if it is linked statically (PR #113935)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 06:00:37 PDT 2024


Michael137 wrote:

Agree with Pavel.

> When libcxx is linked with a program as an archive of static libraries,
functions that aren't used in the program are omitted.

This really isn't the problem. The tests *want* those symbols to not be present and make sure that we can find those in the `std` Clang module. So I'm pretty sure the issue isn't about what symbols get stripped from the library

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


More information about the lldb-commits mailing list