Re: r366483 - [OPENMP]Fix sharing of threadprivate variables with TLS support.

2019-07-22 Thread Hans Wennborg via cfe-commits
Merged to Clang 9 in r366706. On Thu, Jul 18, 2019 at 12:39 PM Alexey Bataev via cfe-commits wrote: > > Author: abataev > Date: Thu Jul 18 12:40:24 2019 > New Revision: 366483 > > URL: http://llvm.org/viewvc/llvm-project?rev=366483&view=rev > Log: > [OPENMP]Fix sharing of threadprivate variables

r366483 - [OPENMP]Fix sharing of threadprivate variables with TLS support.

2019-07-18 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Thu Jul 18 12:40:24 2019 New Revision: 366483 URL: http://llvm.org/viewvc/llvm-project?rev=366483&view=rev Log: [OPENMP]Fix sharing of threadprivate variables with TLS support. If the threadprivate variable is used in the copyin clause on inner parallel directive with TLS su