[Lldb-commits] [lldb] [lldb] Fix some tests that fail with system libstdc++ (PR #106885)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 5 14:58:38 PDT 2024
felipepiovezan wrote:
> @felipepiovezan Are you OK if we push this as-is, or would you like smarter logic for detecting libc++ on the system?
I'm fine with this; in hindsight, I think the original workaround was not good enough.
The longer term fix would be set both "use system std library" "use libcxx" and skip the test if it's impossible to satisfy both requirements at the same time. But we can do that later if this becomes a problem.
https://github.com/llvm/llvm-project/pull/106885
More information about the lldb-commits
mailing list