xref: /llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/Makefile (revision 3c91d016349a5189691cf788da84608cae68bc13)
1CXX_SOURCES := main.cpp
2
3USE_LIBCPP := 1
4
5# We need debug info tuning for lldb in order to emit the preferred name for
6# std::string. See https://reviews.llvm.org/D145803.
7CXXFLAGS_EXTRAS := -std=c++14 -glldb
8include Makefile.rules
9