diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-13 09:49:51 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-13 10:00:59 -0800 |
commit | 1ef7c4269b453a98cada3ee3d29644e994fbc421 (patch) | |
tree | ad842efe81d6b9c5a56d8104ee0fbb05a735dcaf /lldb/packages/Python/lldbsuite | |
parent | 3011d55f725e280fe29a49bd70a2e0157587b17a (diff) | |
download | bcm5719-llvm-1ef7c4269b453a98cada3ee3d29644e994fbc421.tar.gz bcm5719-llvm-1ef7c4269b453a98cada3ee3d29644e994fbc421.zip |
[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
Thanks Ted Woodward for noticing this.
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/char8_t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |