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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to