summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2019-07-17 15:41:00 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2019-07-17 15:41:00 +0000
commitaa5cdafa405e32956226dcc1cacd86430ac9ad1a (patch)
treee9611bdb6c013be79918bf32ce9b58cf9a21baf9 /openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
parent06eed4221374276691e191188aaa9d27bb90adde (diff)
downloadbcm5719-llvm-aa5cdafa405e32956226dcc1cacd86430ac9ad1a.tar.gz
bcm5719-llvm-aa5cdafa405e32956226dcc1cacd86430ac9ad1a.zip
Remove REQUIRES OMP spec version within lit tests
This is a follow up patch to D64534 (r365963) which removed all OMP spec versioning within the OpenMP runtime codebase. This patch removes REQUIRES: openmp-x.y lines from lit tests. llvm-svn: 366341
Diffstat (limited to 'openmp/runtime/test/tasking/omp_taskloop_num_tasks.c')
-rw-r--r--openmp/runtime/test/tasking/omp_taskloop_num_tasks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c b/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
index bed2c5b207e..75cc337aad9 100644
--- a/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
+++ b/openmp/runtime/test/tasking/omp_taskloop_num_tasks.c
@@ -2,7 +2,6 @@
// UNSUPPORTED: netbsd
// RUN: %libomp-compile-and-run
// RUN: %libomp-compile && env KMP_TASKLOOP_MIN_TASKS=1 %libomp-run
-// REQUIRES: openmp-4.5
// These compilers don't support the taskloop construct
// UNSUPPORTED: gcc-4, gcc-5, icc-16
OpenPOWER on IntegriCloud