From 4557e74c3acf3fdbbaee65477c5e4c88710a7b98 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 24 Jul 2017 15:55:38 -0700 Subject: Build the tests with C++14. Test: ndk/run_tests.py Bug: None Change-Id: I1f68370904d54c4aa701081c683f458fddaa723b --- test/lit.ndk.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3