Merging r284110:
------------------------------------------------------------------------ r284110 | abataev | 2016-10-13 09:52:46 +0000 (Thu, 13 Oct 2016) | 9 lines Fix for PR30639: CGDebugInfo Null dereference with OpenMP array access, by Erich Keane OpenMP creates a variable array type with a a null size-expr. The Debug generation failed to due to this. This patch corrects the openmp implementation, updates the tests, and adds a new one for this condition. Differential Revision: https://reviews.llvm.org/D25373 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@286964 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGExpr.cpp 5 additions, 6 deletionslib/CodeGen/CGExpr.cpp
- lib/CodeGen/CGStmtOpenMP.cpp 17 additions, 4 deletionslib/CodeGen/CGStmtOpenMP.cpp
- test/OpenMP/debug-info-openmp-array.cpp 13 additions, 0 deletionstest/OpenMP/debug-info-openmp-array.cpp
- test/OpenMP/for_reduction_codegen.cpp 2 additions, 2 deletionstest/OpenMP/for_reduction_codegen.cpp
- test/OpenMP/for_reduction_codegen_UDR.cpp 2 additions, 2 deletionstest/OpenMP/for_reduction_codegen_UDR.cpp
- test/OpenMP/parallel_codegen.cpp 21 additions, 16 deletionstest/OpenMP/parallel_codegen.cpp
- test/OpenMP/target_firstprivate_codegen.cpp 1 addition, 1 deletiontest/OpenMP/target_firstprivate_codegen.cpp
- test/OpenMP/target_map_codegen.cpp 1 addition, 1 deletiontest/OpenMP/target_map_codegen.cpp
Loading
Please register or sign in to comment