llvm/lldb/test/API/lang/cpp/char8_t/Makefile

CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t
ifndef PIE
	LD_EXTRAS := -no-pie
endif

include Makefile.rules