diff options
author | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2020-09-03 14:47:13 -0500 |
---|---|---|
committer | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2020-09-24 09:45:13 -0500 |
commit | ea34d95e0ad664fa879bb1d8b71f32928b1d6c0f (patch) | |
tree | e3325b5c4d35fab470203f58d2759a02ed321844 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 00ee52ae0467f0bfa588d9797053a42c615d2332 (diff) | |
download | llvm-ea34d95e0ad664fa879bb1d8b71f32928b1d6c0f.zip llvm-ea34d95e0ad664fa879bb1d8b71f32928b1d6c0f.tar.gz llvm-ea34d95e0ad664fa879bb1d8b71f32928b1d6c0f.tar.bz2 |
[OpenMP] Introduce GOMP teams support in runtime
Implement GOMP_teams_reg() function which enables GOMP support of the
standalone teams construct. The GOMP_parallel* functions were modified
to call __kmp_fork_call() unconditionally so that the teams-specific
code could be reused within __kmp_fork_call() instead of reproduced
inside the GOMP_* functions.
Differential Revision: https://reviews.llvm.org/D87167
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions