[Openmp-commits] [PATCH] D149726: [OpenMP] Use CMAKE_CXX_STANDARD for setting the C++ version
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 31 07:16:45 PDT 2023
tianshilei1992 added a comment.
@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.
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