This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Parsing + sema for "target exit data" directive.
ClosedPublic

Authored by arpith-jacob on Jan 17 2016, 2:05 PM.

Details

Summary

Created a distinct patch for the 'target exit data' directive.

Diff Detail

Event Timeline

arpith-jacob retitled this revision from to [OpenMP] Parsing + sema for "target exit data" directive..
arpith-jacob updated this object.

Addressed comments from similar patch for 'target enter data' directive.

Added comment about 'target exit data'.
Removed parens around 0.

ABataev accepted this revision.Jan 18 2016, 8:32 PM
ABataev edited edge metadata.
This revision is now accepted and ready to land.Jan 18 2016, 8:32 PM
sfantao closed this revision.Jan 19 2016, 12:10 PM
sfantao edited edge metadata.

Committed revision 258177.

Thanks,
Samuel