[PATCH] D32807: [OpenMP] Extended parse for 'always' map modifier
Carlo Bertolli via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 3 08:20:59 PDT 2017
carlo.bertolli created this revision.
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.
Repository:
rL LLVM
https://reviews.llvm.org/D32807
Files:
lib/Parse/ParseOpenMP.cpp
test/OpenMP/target_ast_print.cpp
test/OpenMP/target_map_messages.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32807.97649.patch
Type: text/x-patch
Size: 5206 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170503/1e708a08/attachment.bin>
More information about the cfe-commits
mailing list