Files
clang-p2996/lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
Felipe de Azevedo Piovezan 73200d155a [lldb-tests] Remove libstdc++ requirement from test
This requirement dates back to ten years ago and the test seems to work
nowadays with either libc++ or libstdc++.

Differential Revision: https://reviews.llvm.org/D136608
2022-10-24 16:27:10 +00:00

5 lines
71 B
Makefile

CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -O0
include Makefile.rules