Re: r286098 - [OPENMP] Fixed capturing of VLA variables.

2016-11-07 Thread Diana Picus via cfe-commits
Hi Alexey, If it is not a simple, quick fix that you can do, it is customary to revert so the buildbots become green again. Otherwise, if people commit other things that break the build they will not get emails and it will be much harder to fix the whole thing. I'll revert this for you and you ca

Re: r286098 - [OPENMP] Fixed capturing of VLA variables.

2016-11-07 Thread Alexey Bataev via cfe-commits
Hi Diana, will fix it in couple hours. Best regards, Alexey Bataev 7 нояб. 2016 г., в 12:38, Diana Picus mailto:diana.pi...@linaro.org>> написал(а): Hi, This has been breaking the bots for almost an hour. Can you fix/revert? http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/304 h

Re: r286098 - [OPENMP] Fixed capturing of VLA variables.

2016-11-07 Thread Diana Picus via cfe-commits
Hi, This has been breaking the bots for almost an hour. Can you fix/revert? http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/304 http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/657 http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/builds/347 Thanks, Diana On

r286098 - [OPENMP] Fixed capturing of VLA variables.

2016-11-07 Thread Alexey Bataev via cfe-commits
Author: abataev Date: Mon Nov 7 02:07:25 2016 New Revision: 286098 URL: http://llvm.org/viewvc/llvm-project?rev=286098&view=rev Log: [OPENMP] Fixed capturing of VLA variables. After some changes in codegen capturing of VLA variables in OpenMP regions was broken, causing compiler crash. Patch fix