[Openmp-commits] [openmp] dec2257 - [openmp] Fix a typo in a test REQUIRES line

Martin Storsjö via Openmp-commits openmp-commits at lists.llvm.org
Sun Oct 3 13:51:35 PDT 2021


Author: Martin Storsjö
Date: 2021-10-03T23:51:11+03:00
New Revision: dec2257f354d39dbd8232e6bd1a417d91c4f14a2

URL: https://github.com/llvm/llvm-project/commit/dec2257f354d39dbd8232e6bd1a417d91c4f14a2
DIFF: https://github.com/llvm/llvm-project/commit/dec2257f354d39dbd8232e6bd1a417d91c4f14a2.diff

LOG: [openmp] Fix a typo in a test REQUIRES line

Differential Revision: https://reviews.llvm.org/D110963

Added: 
    

Modified: 
    openmp/runtime/test/affinity/root-threads-affinity.c

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/test/affinity/root-threads-affinity.c b/openmp/runtime/test/affinity/root-threads-affinity.c
index b8ed5b2916317..d34c0e69d3942 100644
--- a/openmp/runtime/test/affinity/root-threads-affinity.c
+++ b/openmp/runtime/test/affinity/root-threads-affinity.c
@@ -1,5 +1,5 @@
 // RUN: %libomp-compile && env LIBOMP_NUM_HIDDEN_HELPER_THREADS=0 OMP_PROC_BIND=close OMP_PLACES=cores KMP_AFFINITY=verbose %libomp-run 8 1 4
-// REQUIRED: linux
+// REQUIRES: linux
 //
 // This test pthread_creates 8 root threads before any OpenMP
 // runtime entry is ever called. We have all the root threads


        


More information about the Openmp-commits mailing list