This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Parsing + sema for target parallel directive.
ClosedPublic

Authored by arpith-jacob on Jan 25 2016, 12:43 PM.

Diff Detail

Event Timeline

arpith-jacob retitled this revision from to [OpenMP] Parsing + sema for target parallel directive..
arpith-jacob updated this object.
ABataev accepted this revision.Jan 25 2016, 8:26 PM
ABataev edited edge metadata.

LG

This revision is now accepted and ready to land.Jan 25 2016, 8:26 PM
arpith-jacob closed this revision.Jan 26 2016, 10:57 AM

Committed revision 258832.

I had to modify test cases 'target_parallel_reduction_messages.cpp' and 'target_parallel_map_messages.cpp' to use the updated error messages from patches recently committed to trunk.