[Lldb-commits] [PATCH] D132940: [lldb] Use just-built libcxx for tests when available
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 31 06:56:22 PDT 2022
fdeazeve added a comment.
In D132940#3761038 <https://reviews.llvm.org/D132940#3761038>, @labath wrote:
>> Cross-platform (such as API/macosx/macCatalyst and API/tools/lldb-server).
>
> What makes these two tests special?
These two tests are _always_ building binaries for Mac Catalyst (API/macosx/macCatalyst), and watchOS/iOS Simulator (API/tools/lldb-server/TestAppleSimulatorOSType.py). Most builds of libcxx won't have support for those, so we end up with link errors like:
> building for watchOS Simulator, but linking in dylib built for macOS, file
> '[...] build/./lib/libc++.dylib' for architecture arm64
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