[Lldb-commits] [lldb] [lldb][test] Skip libc++ tests if it is linked statically (PR #113935)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 4 01:12:42 PST 2024
labath wrote:
> Or just change the function we're calling from `at` to something that doesn't pull in the symbol from the dylib? That should still provide us with coverage of calling functions from the `std` module
That might work too (depending on how good we/clang are at not importing the unused parts of the libc++ module).
https://github.com/llvm/llvm-project/pull/113935
More information about the lldb-commits
mailing list