[clang] [llvm] [Clang][OpenMP] Support for dispatch construct (Sema & Codegen) support (PR #131838)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 8 12:59:40 PDT 2025
================
@@ -537,6 +537,10 @@ Python Binding Changes
OpenMP Support
--------------
+- Added support for 'omp assume' directive.
+- Added support for 'omp scope' directive.
+- Added support for allocator-modifier in 'allocate' clause.
----------------
SunilKuravinakop wrote:
This is the result of pulling in changes from github. I will try to correct it.
https://github.com/llvm/llvm-project/pull/131838
More information about the cfe-commits
mailing list