summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/tasking/bug_nested_proxy_task.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/bug_nested_proxy_task.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/bug_nested_proxy_task.c')
-rw-r--r--openmp/runtime/test/tasking/bug_nested_proxy_task.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/runtime/test/tasking/bug_nested_proxy_task.c b/openmp/runtime/test/tasking/bug_nested_proxy_task.c
index 3f0a01542d4..f70e9044a63 100644
--- a/openmp/runtime/test/tasking/bug_nested_proxy_task.c
+++ b/openmp/runtime/test/tasking/bug_nested_proxy_task.c
@@ -1,5 +1,4 @@
// RUN: %libomp-compile-and-run
-// REQUIRES: openmp-4.5
// The runtime currently does not get dependency information from GCC.
// UNSUPPORTED: gcc
OpenPOWER on IntegriCloud