[clang] [OpenMP] Allow OMP6.0 features. (PR #122108)

Saiyedul Islam via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 13 04:52:37 PST 2025


================
@@ -19,6 +19,8 @@ typedef void *omp_depend_t;
 void foo() {}
 void tmainc(){
    omp_depend_t obj;
+   int omp_all_memory;
----------------
saiislam wrote:

Do we need this new variable?

https://github.com/llvm/llvm-project/pull/122108


More information about the cfe-commits mailing list