The implementation of depobj is actually transparent to runtime library (and to users) and should be done by compiler. But the library needs type declarations in public headers, so that users could declare objects of omp_depend_t type (C/C++) or integers of omp_depend_kind kind (Fortran). That is done by this patch.
Details
Details
- Reviewers
tlwilmar jlpeyton hbae - Commits
- rZORGabbc1bd915f9: Introduce new OpenMP 5.0 depend object type.
rZORGa98120a67214: Introduce new OpenMP 5.0 depend object type.
rGabbc1bd915f9: Introduce new OpenMP 5.0 depend object type.
rGa98120a67214: Introduce new OpenMP 5.0 depend object type.
rOMP360774: Introduce new OpenMP 5.0 depend object type.
rG22405f3097c1: Introduce new OpenMP 5.0 depend object type.
rL360774: Introduce new OpenMP 5.0 depend object type.
Diff Detail
Diff Detail
- Repository
- rL LLVM