]> granicus.if.org Git - clang/commit
[OpenMP] Add missing regression test for pragma distribute, clause firstprivate
authorCarlo Bertolli <cbertol@us.ibm.com>
Fri, 3 Feb 2017 19:09:16 +0000 (19:09 +0000)
committerCarlo Bertolli <cbertol@us.ibm.com>
Fri, 3 Feb 2017 19:09:16 +0000 (19:09 +0000)
commita5f1482a895a02ab274ad17110bb58f120a6b05b
tree1c7f9dbf7d9760a0fa48d3a94e9e35382725d13a
parentb0192ce37e052c3e96a2cc514f9fae055b17f37f
[OpenMP] Add missing regression test for pragma distribute, clause firstprivate

https://reviews.llvm.org/D28243

The regression test was missing from the previous already accepted patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294026 91177308-0d34-0410-b5e6-96231b3b80d8
test/OpenMP/distribute_firstprivate_codegen.cpp [new file with mode: 0644]