[Lldb-commits] [lldb] Remove a flaky and unnecessary check (PR #114251)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 30 08:49:26 PDT 2024


https://github.com/Michael137 approved this pull request.

Think the intention was to originally make sure that we're debugging libc++. Checking this here is unnecessary (and should really be asserted at the Makefile layer, which do on Apple platforms)

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


More information about the lldb-commits mailing list