Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so...
Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. Was causing trouble in one of the regression tests for a 32-bit address space. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272908 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/CGOpenMPRuntime.cpp 26 additions, 5 deletionslib/CodeGen/CGOpenMPRuntime.cpp
- lib/CodeGen/CGStmtOpenMP.cpp 27 additions, 37 deletionslib/CodeGen/CGStmtOpenMP.cpp
- lib/CodeGen/CodeGenFunction.h 2 additions, 1 deletionlib/CodeGen/CodeGenFunction.h
- test/OpenMP/for_firstprivate_codegen.cpp 2 additions, 9 deletionstest/OpenMP/for_firstprivate_codegen.cpp
- test/OpenMP/parallel_firstprivate_codegen.cpp 29 additions, 53 deletionstest/OpenMP/parallel_firstprivate_codegen.cpp
- test/OpenMP/sections_firstprivate_codegen.cpp 1 addition, 5 deletionstest/OpenMP/sections_firstprivate_codegen.cpp
- test/OpenMP/single_codegen.cpp 13 additions, 31 deletionstest/OpenMP/single_codegen.cpp
- test/OpenMP/single_firstprivate_codegen.cpp 3 additions, 8 deletionstest/OpenMP/single_firstprivate_codegen.cpp
- test/OpenMP/teams_firstprivate_codegen.cpp 7 additions, 13 deletionstest/OpenMP/teams_firstprivate_codegen.cpp
Loading
Please register or sign in to comment