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
Details
Details
- Reviewers
rjmccall • fraggamuffin • ejstotzer hfinkel - Commits
- rC231757: [OPENMP] Improved code for generating debug info + generation of all OpenMP…
rC231752: [OPENMP] Improved code for generating debug info + generation of all OpenMP…
rL231757: [OPENMP] Improved code for generating debug info + generation of all OpenMP…
rL231752: [OPENMP] Improved code for generating debug info + generation of all OpenMP…
Diff Detail
Diff Detail
- Repository
- rL LLVM