diff options
author | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2021-06-03 14:09:09 -0500 |
---|---|---|
committer | Peyton, Jonathan L <jonathan.l.peyton@intel.com> | 2021-06-15 16:25:00 -0500 |
commit | 56da28240f3c9d1c0b7152749bfd4777c67828e0 (patch) | |
tree | 55d1fbc175adaad47cfb672c7623a28b46d145d8 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 92baf414dbfb31d7d69bea56a0ce982d2b737268 (diff) | |
download | llvm-56da28240f3c9d1c0b7152749bfd4777c67828e0.zip llvm-56da28240f3c9d1c0b7152749bfd4777c67828e0.tar.gz llvm-56da28240f3c9d1c0b7152749bfd4777c67828e0.tar.bz2 |
[OpenMP] Add GOMP 5.0 version symbols to API
* Add GOMP versioned pause functions
* Add GOMP versioned affinity format functions
To do the affinity format functions, only attach versioned symbols
to the APPEND Fortran entries (e.g., omp_set_affinity_format_) since
GOMP only exports two symbols (one for Fortran, one for C). Our
affinity format functions have three symbols.
e.g., with omp_set_affinity_format:
1) omp_set_affinity_format (Fortran interface)
2) omp_set_affinity_format_ (Fortran interface)
3) ompc_set_affinity_format (C interface)
Have the GOMP version of the C symbol alias the ompc_* 3) version
instead of the Fortran unappended version 1).
Differential Revision: https://reviews.llvm.org/D103647
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
0 files changed, 0 insertions, 0 deletions