[Openmp-commits] [PATCH] D106387: [NFC][OpenMP] Fix an issue that no CHECK in test cases

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 20 12:23:45 PDT 2021


tianshilei1992 updated this revision to Diff 360231.
tianshilei1992 added a comment.

update to maintain a minium change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106387

Files:
  openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp


Index: openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
===================================================================
--- openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
+++ openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
@@ -1,4 +1,4 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// RUN: %libomptarget-compilexx-and-run-generic
 
 #include <cmath>
 #include <cstdlib>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106387.360231.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210720/063df678/attachment.bin>


More information about the Openmp-commits mailing list