This is an archive of the discontinued LLVM Phabricator instance.

kmp_gsupport: Fix library initialization with taskgroup
ClosedPublic

Authored by Hahnfeld on Aug 8 2016, 5:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld updated this revision to Diff 67146.Aug 8 2016, 5:22 AM
Hahnfeld retitled this revision from to kmp_gsupport: Fix library initialization with taskgroup.
Hahnfeld updated this object.
Hahnfeld added reviewers: AndreyChurbanov, jlpeyton.
Hahnfeld added a subscriber: openmp-commits.
AndreyChurbanov accepted this revision.Aug 8 2016, 5:25 AM
AndreyChurbanov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 8 2016, 5:25 AM
AndreyChurbanov added inline comments.Aug 8 2016, 5:39 AM
runtime/test/tasking/bug_serial_taskgroup.c
6 ↗(On Diff #67146)

"of not yet done" --> "if mot yet done" - typo?

Hahnfeld marked an inline comment as done.Aug 8 2016, 6:29 AM
Hahnfeld added inline comments.
runtime/test/tasking/bug_serial_taskgroup.c
6 ↗(On Diff #67146)

Yes, will fix it in the commit.

This revision was automatically updated to reflect the committed changes.
Hahnfeld marked an inline comment as done.