[lldb-tests] Force system's libcxx on tests failing with debug symbols
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Mon, 5 Dec 2022 20:49:13 +0000 (15:49 -0500)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Mon, 5 Dec 2022 22:42:00 +0000 (17:42 -0500)
commitb1fcc1840c312472cb9ccb8c4e5e02ca13b31113
treee6fff3b57856e03a4facfc0998ff607fbf8836c2
parent2442aa3447706405898b2072c649377ac2f302d8
[lldb-tests] Force system's libcxx on tests failing with debug symbols

The tests in this patch expose failures of LLDBs expression evaluator
when a standard library is compiled with debug symbols. This is the case
for RelWithDebugInfo builds of llvm-project (with libcxx).

Until these bugs are fixed, we force these tests to use the system's
standard library.

Differential Revision: https://reviews.llvm.org/D139361
lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile
lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile
lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile