Mark tests with task dependencies as unsupported with GCC

llvm-svn: 277996
This commit is contained in:
Jonas Hahnfeld 2016-08-08 11:52:49 +00:00
parent 3feeb9c851
commit ca32babfa7
2 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,7 @@
// RUN: %libomp-compile -lpthread && %libomp-run
// The runtime currently does not get dependency information from GCC.
// UNSUPPORTED: gcc
#include <stdio.h>
#include <omp.h>
#include <pthread.h>

View File

@ -1,4 +1,7 @@
// RUN: %libomp-compile -lpthread && %libomp-run
// The runtime currently does not get dependency information from GCC.
// UNSUPPORTED: gcc
#include <stdio.h>
#include <omp.h>
#include <pthread.h>