diff options
Diffstat (limited to 'openmp')
-rw-r--r-- | openmp/libomptarget/test/offloading/atomic-compare-signedness.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/libomptarget/test/offloading/atomic-compare-signedness.c b/openmp/libomptarget/test/offloading/atomic-compare-signedness.c index 08b7acc20338..5b8ebeae83ae 100644 --- a/openmp/libomptarget/test/offloading/atomic-compare-signedness.c +++ b/openmp/libomptarget/test/offloading/atomic-compare-signedness.c @@ -5,6 +5,8 @@ // RUN: %libomptarget-compile-generic -fopenmp-version=51 // RUN: %libomptarget-run-generic | %fcheck-generic +// RUN: %libomptarget-compileopt-generic -fopenmp-version=51 +// RUN: %libomptarget-run-generic | %fcheck-generic // High parallelism increases our chances of detecting a lack of atomicity. #define NUM_THREADS_TRY 256 |