[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
Fri Oct 1 12:40:44 PDT 2021
mstorsjo created this revision.
mstorsjo added reviewers: AndreyChurbanov, tianshilei1992, JonChesterfield.
Herald added subscribers: guansong, yaxunl.
mstorsjo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.
Repository:
rG LLVM Github Monorepo
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.376609.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20211001/68e5ca94/attachment.bin>
More information about the Openmp-commits
mailing list