This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix new task creation
ClosedPublic

Authored by gtbercea on Jul 30 2018, 12:21 PM.

Details

Summary

When OMPT is not supported the __kmp_omp_task() function is passed the parameters in the wrong order. This is a fix related to patch D47709.

Diff Detail

Repository
rL LLVM

Event Timeline

gtbercea created this revision.Jul 30 2018, 12:21 PM
gtbercea edited the summary of this revision. (Show Details)Jul 30 2018, 12:26 PM
gtbercea edited the summary of this revision. (Show Details)
Hahnfeld accepted this revision.Jul 30 2018, 12:40 PM

I think this got messed up in D47709 (I marked the corresponding change inline). Can you update the summary on commit?

This revision is now accepted and ready to land.Jul 30 2018, 12:40 PM
gtbercea edited the summary of this revision. (Show Details)Jul 30 2018, 12:51 PM
This revision was automatically updated to reflect the committed changes.