diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-07-17 15:41:00 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-07-17 15:41:00 +0000 |
| commit | aa5cdafa405e32956226dcc1cacd86430ac9ad1a (patch) | |
| tree | e9611bdb6c013be79918bf32ce9b58cf9a21baf9 /openmp/runtime/test/affinity | |
| parent | 06eed4221374276691e191188aaa9d27bb90adde (diff) | |
| download | bcm5719-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.c | 1 |
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> |

