[Lldb-commits] [PATCH] D132940: [lldb] Use just-built libcxx for tests when available

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 31 06:22:11 PDT 2022


labath added a comment.

> Cross-platform (such as API/macosx/macCatalyst and API/tools/lldb-server).

I find this statement fairly surprising. One should be able to run ~all tests in a "cross-platform" manner (i.e. where the test architecture is different than lldb (host) arch). What makes these two tests special? Couldn't we detect that we're in the cross-platform scenario (in python or cmake) and automatically switch to the system c++ library for all tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132940/new/

https://reviews.llvm.org/D132940



More information about the lldb-commits mailing list