Fix failing taskloop tests by omitting gcc

We do not have GOMP interface support for taskloop yet.

llvm-svn: 308351
This commit is contained in:
Jonathan Peyton 2017-07-18 20:16:25 +00:00
parent d839749ae8
commit 1c50ee64a2
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %libomp-compile-and-run
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
// UNSUPPORTED: gcc
// We do not yet have the GOMP interface for taskloop
/*
* Test for taskloop
* Method: caculate how many times the iteration space is dispatched

View File

@ -1,5 +1,7 @@
// RUN: %libomp-compile-and-run
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
// UNSUPPORTED: gcc
// We do not yet have the GOMP interface for taskloop
/*
* Test for taskloop
* Method: caculate how many times the iteration space is dispatched