From 1ef7c4269b453a98cada3ee3d29644e994fbc421 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 13 Dec 2019 09:49:51 -0800 Subject: [lldb/Test] C++ test should use CXXFLAGS_EXTRAS Thanks Ted Woodward for noticing this. --- lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile index c69bf503a34..e7c9938b5a8 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile @@ -1,4 +1,4 @@ CXX_SOURCES := main.cpp -CFLAGS_EXTRAS := -std=c++2a -fchar8_t +CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t include Makefile.rules -- cgit v1.2.3