]> granicus.if.org Git - clang/commit
[OpenMP] Add capture for threadprivate variables used in copyin clause
authorSamuel Antao <sfantao@us.ibm.com>
Mon, 27 Jul 2015 16:38:06 +0000 (16:38 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Mon, 27 Jul 2015 16:38:06 +0000 (16:38 +0000)
commit71232475500ead5b5520ff3acd1e2959ca3d6945
treeccb1f24b083b5dea1feba8f1dffef99de23903c4
parent15743a9a2c682d574bfda9e49295c709b5d9d19d
[OpenMP] Add capture for threadprivate variables used in copyin clause
if TLS is enabled in OpenMP code generation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243277 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGStmtOpenMP.cpp
lib/Sema/SemaOpenMP.cpp
test/OpenMP/parallel_copyin_codegen.cpp