summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/lock
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-23 16:18:59 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-23 16:18:59 +0000
commite119e8e5b5c76beba69d2ac90faac7c8d20d0231 (patch)
treeac476f2e38fc2d7837f29b47c088eaffa64feaf9 /openmp/runtime/test/lock
parenta8b7d4f73f254dd095bc588faec39777e5bc33c8 (diff)
downloadbcm5719-llvm-e119e8e5b5c76beba69d2ac90faac7c8d20d0231.tar.gz
bcm5719-llvm-e119e8e5b5c76beba69d2ac90faac7c8d20d0231.zip
Remove redundant %libomp-compile step from test/lock/omp_lock.c
llvm-svn: 273576
Diffstat (limited to 'openmp/runtime/test/lock')
-rw-r--r--openmp/runtime/test/lock/omp_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/lock/omp_lock.c b/openmp/runtime/test/lock/omp_lock.c
index a8b26530897..1301f27c441 100644
--- a/openmp/runtime/test/lock/omp_lock.c
+++ b/openmp/runtime/test/lock/omp_lock.c
@@ -1,5 +1,5 @@
// RUN: %libomp-compile-and-run
-// RUN: %libomp-compile && env KMP_LOCK_KIND=tas KMP_SPIN_BACKOFF_PARAMS=2048,200 %libomp-run
+// RUN: env KMP_LOCK_KIND=tas KMP_SPIN_BACKOFF_PARAMS=2048,200 %libomp-run
// RUN: env KMP_LOCK_KIND=futex %libomp-run
#include <stdio.h>
#include "omp_testsuite.h"
OpenPOWER on IntegriCloud