This is an archive of the discontinued LLVM Phabricator instance.

Rename OMPT placeholder type names to be in the OMPT name space
ClosedPublic

Authored by jmellorcrummey on Jul 13 2015, 6:02 PM.

Details

Summary

A prior patch changed the name of OMPT placeholder functions to move them from the omp_ name space to the ompt_ name space. This patch moves the names of the types of these functions into the OMPT name space as well.

Diff Detail

Repository
rL LLVM

Event Timeline

jmellorcrummey retitled this revision from to Rename OMPT placeholder type names to be in the OMPT name space.
jmellorcrummey updated this object.
jmellorcrummey added a reviewer: jlpeyton.

A prior patch changed the name of OMPT placeholder functions to move them from the omp_ name space to the ompt_ name space. This patch moves the names of the types of these functions into the OMPT name space as well.

AndreyChurbanov accepted this revision.Jul 14 2015, 7:41 AM
AndreyChurbanov added a reviewer: AndreyChurbanov.
AndreyChurbanov added a subscriber: AndreyChurbanov.

LGTM

Thanks, Andrey

This revision is now accepted and ready to land.Jul 14 2015, 7:41 AM
This revision was automatically updated to reflect the committed changes.