summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/affinity
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/affinity
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/affinity')
-rw-r--r--openmp/runtime/test/affinity/bug-nested.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openmp/runtime/test/affinity/bug-nested.c b/openmp/runtime/test/affinity/bug-nested.c
index a81b5f36292..4396182cbb4 100644
--- a/openmp/runtime/test/affinity/bug-nested.c
+++ b/openmp/runtime/test/affinity/bug-nested.c
@@ -1,5 +1,4 @@
// RUN: %libomp-compile && env KMP_AFFINITY=compact %libomp-run
-// REQUIRES: openmp-4.0
#include <stdio.h>
#include <stdint.h>
OpenPOWER on IntegriCloud