Skip to content

Commit

Permalink
[OpenMP] Disable veccopy tests for AArch64
Browse files Browse the repository at this point in the history
Like for x86_64-linux-gnu, these need to be disabled for aarch64-linux-gnu.

Differential Revision: https://reviews.llvm.org/D155109
  • Loading branch information
ceseo committed Jul 12, 2023
1 parent fb087c1 commit 7d0df44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_disallow_both.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_emi.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_emi_map.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_map.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d0df44

Please sign in to comment.