Files
clang-p2996/lldb/test/API/lang/cpp/standards/cpp20/Makefile
Michael Buch 52882de0e6 [lldb][test] TestCPP20Standard.py: make it a libc++ test
We just want to test whether the language switch works.
This is easier to control for libc++, since for bots building
the tests against libstdc++ we might not have the necessary
`<compare>` header available currently.
2023-05-02 07:38:53 -04:00

6 lines
94 B
Makefile

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