mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[OpenMP] Add firstprivate as a default data-sharing attribute to clang
This implements the default(firstprivate) clause as defined in OpenMP Technical Report 8 (2.22.4). Reviewed By: jdoerfert, ABataev Differential Revision: https://reviews.llvm.org/D75591
This commit is contained in:
parent
dfa82a9f2e
commit
d9fbe44816
@ -982,6 +982,7 @@ __OMP_CANCEL_KIND(taskgroup, 4)
|
||||
|
||||
__OMP_DEFAULT_KIND(none)
|
||||
__OMP_DEFAULT_KIND(shared)
|
||||
__OMP_DEFAULT_KIND(firstprivate)
|
||||
__OMP_DEFAULT_KIND(unknown)
|
||||
|
||||
#undef __OMP_DEFAULT_KIND
|
||||
|
Loading…
x
Reference in New Issue
Block a user