[Openmp-commits] [PATCH] D110963: [openmp] Fix a typo in a test REQUIRES line

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rGdec2257f354d: [openmp] Fix a typo in a test REQUIRES line (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110963/new/

https://reviews.llvm.org/D110963

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


Index: openmp/runtime/test/affinity/root-threads-affinity.c
===================================================================
--- openmp/runtime/test/affinity/root-threads-affinity.c
+++ 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110963.376789.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211003/9c9b2508/attachment.bin>


More information about the Openmp-commits mailing list