summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-07-24 15:55:38 -0700
committerDan Albert <danalbert@google.com>2017-07-24 15:55:38 -0700
commit4557e74c3acf3fdbbaee65477c5e4c88710a7b98 (patch)
treec97704265248789a6de7eb0e5fb410548d3d44fe
parent72361640aba60333c7007bc4eb87aadbbc6b971a (diff)
downloadexternal_libcxx-4557e74c3acf3fdbbaee65477c5e4c88710a7b98.tar.gz
external_libcxx-4557e74c3acf3fdbbaee65477c5e4c88710a7b98.tar.bz2
external_libcxx-4557e74c3acf3fdbbaee65477c5e4c88710a7b98.zip
Build the tests with C++14.
Test: ndk/run_tests.py Bug: None Change-Id: I1f68370904d54c4aa701081c683f458fddaa723b
-rw-r--r--test/lit.ndk.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.ndk.cfg.in b/test/lit.ndk.cfg.in
index 880eeaee3..be9c770ee 100644
--- a/test/lit.ndk.cfg.in
+++ b/test/lit.ndk.cfg.in
@@ -23,7 +23,7 @@ triple = lit_config.params["triple"]
config.cxx_under_test = os.path.join(
ndk, "toolchains/llvm/prebuilt", host_tag, "bin/clang++")
-config.std = "c++11"
+config.std = "c++14"
config.libcxx_src_root = libcxx_dir
config.libcxx_obj_root = libcxx_dir
config.cxx_include = os.path.join(libcxx_dir, "include")