Files
clang-p2996/lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile
Felipe de Azevedo Piovezan b1fcc1840c [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
2022-12-05 17:42:00 -05:00

6 lines
181 B
Makefile

# FIXME: once the expression evaluator can handle std libraries with debug
# info, change this to USE_LIBCPP=1
USE_SYSTEM_STDLIB := 1
CXX_SOURCES := main.cpp
include Makefile.rules