Files
clang-p2996/lldb/test/API/lang/cpp/preferred_name/Makefile
Michael Buch 9ca707b69b [lldb][test] Add tests for clang::PreferredNameAttr formatting
Add some tests to make sure we're formatting structures
with preferred names correctly.

Differential Revision: https://reviews.llvm.org/D145832
2023-04-07 01:37:36 +01:00

4 lines
84 B
Makefile

CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++20 -glldb
include Makefile.rules