This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Extended parse for 'always' map modifier
ClosedPublic

Authored by carlo.bertolli on May 3 2017, 8:20 AM.

Details

Reviewers
ABataev
Summary

This patch allows the map modifier 'always' to be separated by the map type (to, from, tofrom) only by a whitespace, rather than strictly by a comma as in current trunk.

Diff Detail

Repository
rL LLVM

Event Timeline

carlo.bertolli created this revision.May 3 2017, 8:20 AM
This revision is now accepted and ready to land.May 3 2017, 8:29 AM
carlo.bertolli closed this revision.May 3 2017, 8:42 AM

Committed revision 302031.