[clang] [OpenMP] Allow OMP6.0 features. (PR #122108)
Michael Kruse via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 21 07:04:16 PST 2025
================
@@ -2,9 +2,16 @@
// RUN: %clang_cc1 -fopenmp -x c++ -std=c++11 -fopenmp-version=51 -emit-pch -o %t %s
// RUN: %clang_cc1 -fopenmp -std=c++11 -fopenmp-version=51 -include-pch %t -verify %s -ast-print | FileCheck %s
----------------
Meinersbur wrote:
[nit] Consistency: Either add newline to separate 5.1 and 6.0 tests, or not.
https://github.com/llvm/llvm-project/pull/122108
More information about the cfe-commits
mailing list