[Openmp-commits] [PATCH] D149726: [OpenMP] Use CMAKE_CXX_STANDARD for setting the C++ version
Fangrui Song via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 31 07:27:25 PDT 2023
MaskRay added a comment.
In D149726#4384137 <https://reviews.llvm.org/D149726#4384137>, @tianshilei1992 wrote:
> @MaskRay @mstorsjo We make a consensus in the community that both `libomp` and `libomptarget` will follow the same C++ requirement as LLVM, though for `libomp` it is still supposed to be a C library. Now we can set the CXX standard version globally for OpenMP project.
Thanks for the heads-up and raising this issue among OpenMP folks. It's good to know that OpenMP is no longer an exception now!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149726/new/
https://reviews.llvm.org/D149726
More information about the Openmp-commits
mailing list