This change fixes an incorrect behavior of the omp_control_tool function when
called from Fortran applications.
A tool callback function for this event is supposed to get NULL for the third
argument according to the specification, but the current implementation just
passes a garbage value. A possible fix is to use the OPTIONAL attribute for the
third argument.
Details
Details
- Reviewers
AndreyChurbanov tlwilmar jlpeyton protze.joachim - Commits
- rGa3f6d4c5b8c3: [OMPT] Make omp_control_tool() compliant when called from Fortran programs
rOMP339585: [OMPT] Make omp_control_tool() compliant when called from Fortran programs
rL339585: [OMPT] Make omp_control_tool() compliant when called from Fortran programs
Diff Detail
Diff Detail
- Repository
- rL LLVM