Test with C++1z.

The new clang drop isn't capable of building libc++ itself with C++1z
(I haven't investigate yet), but it seems we don't need that.

Test: make checkbuild && ./run_tests.py # sailfish
Bug: http://b/34740564
Change-Id: I0dfb578b1b04dd37108371deaa710681b0d88f4f
This commit is contained in:
Dan Albert
2017-01-27 15:09:41 -08:00
parent 034b504882
commit cebe3685c0

View File

@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := dummy.cpp
LOCAL_CXX_STL := libc++
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../test/support
LOCAL_CPPFLAGS := \
-std=c++14 \
-std=c++1z \
-fsized-deallocation \
-fexceptions \
-UNDEBUG \