forked from OSchip/llvm-project
Disabling openmp-offload.c on linux until it is stabilized on all local configurations.
Differential revision: https://reviews.llvm.org/D29660 llvm-svn: 310772
This commit is contained in:
parent
0873be2ad0
commit
a9f6a52925
|
@ -2,6 +2,9 @@
|
|||
/// Perform several driver tests for OpenMP offloading
|
||||
///
|
||||
|
||||
// Until this test is stabilized on all local configurations.
|
||||
// UNSUPPORTED: linux
|
||||
|
||||
// REQUIRES: clang-driver
|
||||
// REQUIRES: x86-registered-target
|
||||
// REQUIRES: powerpc-registered-target
|
||||
|
|
Loading…
Reference in New Issue