[Openmp-commits] [PATCH] D155109: [OpenMP] Disable veccopy tests for AArch64

Carlos Eduardo Seo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jul 12 12:52:26 PDT 2023


cseo created this revision.
Herald added subscribers: sunshaoce, pengfei, guansong, kristof.beyls, yaxunl.
Herald added a project: All.
cseo requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.

Like for x86_64-linux-gnu, these need to be disabled for aarch64-linux-gnu.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155109

Files:
  openmp/libomptarget/test/ompt/veccopy.c
  openmp/libomptarget/test/ompt/veccopy_disallow_both.c
  openmp/libomptarget/test/ompt/veccopy_emi.c
  openmp/libomptarget/test/ompt/veccopy_emi_map.c
  openmp/libomptarget/test/ompt/veccopy_map.c


Index: openmp/libomptarget/test/ompt/veccopy_map.c
===================================================================
--- openmp/libomptarget/test/ompt/veccopy_map.c
+++ openmp/libomptarget/test/ompt/veccopy_map.c
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // REQUIRES: ompt
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/ompt/veccopy_emi_map.c
===================================================================
--- openmp/libomptarget/test/ompt/veccopy_emi_map.c
+++ openmp/libomptarget/test/ompt/veccopy_emi_map.c
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // REQUIRES: ompt
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/ompt/veccopy_emi.c
===================================================================
--- openmp/libomptarget/test/ompt/veccopy_emi.c
+++ openmp/libomptarget/test/ompt/veccopy_emi.c
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // REQUIRES: ompt
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/ompt/veccopy_disallow_both.c
===================================================================
--- openmp/libomptarget/test/ompt/veccopy_disallow_both.c
+++ openmp/libomptarget/test/ompt/veccopy_disallow_both.c
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // REQUIRES: ompt
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO
Index: openmp/libomptarget/test/ompt/veccopy.c
===================================================================
--- openmp/libomptarget/test/ompt/veccopy.c
+++ openmp/libomptarget/test/ompt/veccopy.c
@@ -1,5 +1,7 @@
 // RUN: %libomptarget-compile-run-and-check-generic
 // REQUIRES: ompt
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
 // UNSUPPORTED: x86_64-pc-linux-gnu
 // UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
 // UNSUPPORTED: x86_64-pc-linux-gnu-LTO


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155109.539686.patch
Type: text/x-patch
Size: 2620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230712/d62902c4/attachment.bin>


More information about the Openmp-commits mailing list