forked from OSchip/llvm-project
Mark tests with task dependencies as unsupported with GCC
llvm-svn: 277996
This commit is contained in:
parent
3feeb9c851
commit
ca32babfa7
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue