[all-commits] [llvm/llvm-project] 407903: [OpenMP] always compile with c++14 instead of gnu++14
Ye Luo via All-commits
all-commits at lists.llvm.org
Fri Jul 23 14:29:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4079037a3e11506e035b98b906a907cc5b60c1e7
https://github.com/llvm/llvm-project/commit/4079037a3e11506e035b98b906a907cc5b60c1e7
Author: Ye Luo <yeluo at anl.gov>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M openmp/cmake/HandleOpenMPOptions.cmake
M openmp/cmake/config-ix.cmake
Log Message:
-----------
[OpenMP] always compile with c++14 instead of gnu++14
Fixes PR 51174. c++14 should be a more portable option than gnu++14.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D106632
More information about the All-commits
mailing list