[Lldb-commits] [lldb] 1ef7c42 - [lldb/Test] C++ test should use CXXFLAGS_EXTRAS

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 10:01:14 PST 2019


Author: Jonas Devlieghere
Date: 2019-12-13T10:00:59-08:00
New Revision: 1ef7c4269b453a98cada3ee3d29644e994fbc421

URL: https://github.com/llvm/llvm-project/commit/1ef7c4269b453a98cada3ee3d29644e994fbc421
DIFF: https://github.com/llvm/llvm-project/commit/1ef7c4269b453a98cada3ee3d29644e994fbc421.diff

LOG: [lldb/Test] C++ test should use CXXFLAGS_EXTRAS

Thanks Ted Woodward for noticing this.

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile

Removed: 
    


################################################################################
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 c69bf503a34a..e7c9938b5a85 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


        


More information about the lldb-commits mailing list