This is an archive of the discontinued LLVM Phabricator instance.

Fixed incorrect OpenMP version in Fortran module.
ClosedPublic

Authored by omalyshe on Sep 20 2016, 6:32 AM.

Details

Summary

Added check for "45" version to use "201511" string for OpenMP 4.5, otherwise "200505" is used in Fortran module.
Also fixed kmp_openmp_version variable (used for the debugger, e.g.) and kmp_version_omp_api that is used in KMP_VERSION=1 output.

Diff Detail

Repository
rL LLVM

Event Timeline

omalyshe updated this revision to Diff 71920.Sep 20 2016, 6:32 AM
omalyshe retitled this revision from to Fixed incorrect OpenMP version in Fortran module. .
omalyshe updated this object.
omalyshe set the repository for this revision to rL LLVM.
omalyshe added a subscriber: openmp-commits.
tlwilmar accepted this revision.Sep 20 2016, 11:47 AM
tlwilmar edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 20 2016, 11:47 AM
This revision was automatically updated to reflect the committed changes.