This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope
ClosedPublic

Authored by ABataev on Feb 27 2015, 1:30 AM.

Details

Summary

Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev updated this revision to Diff 20839.Feb 27 2015, 1:30 AM
ABataev retitled this revision from to [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope.
ABataev updated this object.
ABataev edited the test plan for this revision. (Show Details)
ABataev added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.