]> granicus.if.org Git - clang/commit
[OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 14 Aug 2017 16:03:47 +0000 (16:03 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 14 Aug 2017 16:03:47 +0000 (16:03 +0000)
commitbf1aff02c12b10cae2f6ad3b959ba84f78cb0b5b
tree43886d0929edc914ca4772e3dd5bc58ff772d642
parentf925ecb766d27b702797a96e904379145d86f334
[OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.

After some changes in clang/LLVM debug info for task-based regions was
not generated at all. Patch fixes this problem.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGStmtOpenMP.cpp
test/OpenMP/taskloop_reduction_codegen.cpp