"lld/lib/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "0c23bcb252867be40a575ce95be79c0292b53be4"
Fix crash when __kmp_task_team_setup called for single threaded team
The task_team pointer is dereferenced unconditionally which causes a SEGFAULT when it is NULL (e.g. for serialized parallel, that can happen for "teams" construct or for "target nowait"). The solution is to skip second task team setup for single thread team. Differential Revision: http://reviews.llvm.org/D14729 llvm-svn: 254321
Loading
Please register or sign in to comment