Re: r355858 - [OPENMP]Fix codegen for declare target link in target regions.

2019-03-11 Thread Alexey Bataev via cfe-commits
I see that the next builds passed. Seems to me it wqs some kind of flacky fails. Best regards, Alexey Bataev 11 марта 2019 г., в 17:56, Azhar Mohammed mailto:az...@apple.com>> написал(а): Hi Alexey Looks like this is failing on Darwin, can you please take a look? Refer to

Re: r355858 - [OPENMP]Fix codegen for declare target link in target regions.

2019-03-11 Thread Alexey Bataev via cfe-commits
I don't think my fix did this, this test has nothing to do with OpenMP. Best regards, Alexey Bataev 11 марта 2019 г., в 17:56, Azhar Mohammed mailto:az...@apple.com>> написал(а): Hi Alexey Looks like this is failing on Darwin, can you please take a look? Refer to

Re: r355858 - [OPENMP]Fix codegen for declare target link in target regions.

2019-03-11 Thread Azhar Mohammed via cfe-commits
Hi Alexey Looks like this is failing on Darwin, can you please take a look? Refer to http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/58951/consoleFull . TEST

r355858 - [OPENMP]Fix codegen for declare target link in target regions.

2019-03-11 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Mon Mar 11 12:51:42 2019 New Revision: 355858 URL: http://llvm.org/viewvc/llvm-project?rev=355858=rev Log: [OPENMP]Fix codegen for declare target link in target regions. If the declare target link global is used in the target region indirectly (used in the inner parallel,