aboutsummaryrefslogtreecommitdiff
path: root/openmp/runtime
diff options
context:
space:
mode:
authorRon Lieberman <ron.lieberman@amd.com>2022-08-08 16:04:52 +0000
committerRon Lieberman <ron.lieberman@amd.com>2022-08-08 16:04:57 +0000
commitaf28b27d31a5c13c31769c8551ffdcdc469fd5f4 (patch)
treea9958d8b30b76ecddbbba5ca572141cd8d5327a8 /openmp/runtime
parent06ff46d2d77feba285e672e2da42039c88dc965a (diff)
downloadllvm-af28b27d31a5c13c31769c8551ffdcdc469fd5f4.zip
llvm-af28b27d31a5c13c31769c8551ffdcdc469fd5f4.tar.gz
llvm-af28b27d31a5c13c31769c8551ffdcdc469fd5f4.tar.bz2
Move openmp from -std=c++14 to -std=c++17
Diffstat (limited to 'openmp/runtime')
-rw-r--r--openmp/runtime/test/lit.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/test/lit.cfg b/openmp/runtime/test/lit.cfg
index fe1886b..a8dfdff 100644
--- a/openmp/runtime/test/lit.cfg
+++ b/openmp/runtime/test/lit.cfg
@@ -127,9 +127,9 @@ config.substitutions.append(("%libomp-c99-compile-and-run", \
config.substitutions.append(("%libomp-cxx-compile-and-run", \
"%libomp-cxx-compile && %libomp-run"))
config.substitutions.append(("%libomp-cxx-compile-c", \
- "%clangXX %openmp_flags %flags -std=c++14 -x c++ %s -o %t" + libs))
+ "%clangXX %openmp_flags %flags -std=c++17 -x c++ %s -o %t" + libs))
config.substitutions.append(("%libomp-cxx-compile", \
- "%clangXX %openmp_flags %flags -std=c++14 %s -o %t" + libs))
+ "%clangXX %openmp_flags %flags -std=c++17 %s -o %t" + libs))
config.substitutions.append(("%libomp-compile", \
"%clang %openmp_flags %flags %s -o %t" + libs))
config.substitutions.append(("%libomp-c99-compile", \