This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add missing RUN lines for OpenMP 4.5
ClosedPublic

Authored by pdhaliwal on Jul 20 2020, 11:09 PM.

Details

Summary

This was missed when default version was upgraded to 5.0 (part of D81098)

Diff Detail

Event Timeline

pdhaliwal created this revision.Jul 20 2020, 11:09 PM

Can you add test with version string 50 also?
So, tests should be there for version 45, version 50, and default version. It will ensure that this test doesn't silently stops testing for 50 when we upgrade to the next version.

pdhaliwal updated this revision to Diff 279449.Jul 21 2020, 2:11 AM

Added runRUN lines with OpenMP 5.0 version option

saiislam accepted this revision.Jul 21 2020, 8:39 AM

Thank you. LGTM.

This revision is now accepted and ready to land.Jul 21 2020, 8:39 AM
This revision was automatically updated to reflect the committed changes.