xref
: /
llvm-project
/
lldb
/
test
/
API
/
lang
/
cpp
/
standards
/
cpp20
/
Makefile
(revision 52882de0e641487329c9e093a90ea3dad01842c8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
USE_LIBCPP
:=
1
2
CXX_SOURCES
:=
main.cpp
3
CXXFLAGS_EXTRAS
:= -
std
=
c
++
20
4
5
include
Makefile.rules
6