[Lldb-commits] [lldb] [lldb][test] Enable static linking with libcxx for import-std-module tests (PR #98701)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 15 13:54:41 PDT 2024
slydiman wrote:
> Or is @slydiman implying this PR isn't needed anymore?
This patch should fix the following tests:
array/TestArrayFromStdModule.py
vector-of-vectors/TestVectorOfVectorsFromStdModule.py
vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
See the buildbot https://lab.llvm.org/staging/#/builders/195/builds/4464
Note it is the first buildbot for cross build and it may turn green for the first time after fixing these tests.
But probably it is possible to update this patch to keep `deque-dbg-info-content/Makefile` and `list-dbg-info-content/Makefile` unchanged.
https://github.com/llvm/llvm-project/pull/98701
More information about the lldb-commits
mailing list