[Openmp-commits] [PATCH] D156815: [OpenMP] Disable some offloading/api tests for AArch64
Carlos Eduardo Seo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 1 10:30:05 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/D156815
Files:
openmp/libomptarget/test/api/omp_dynamic_shared_memory.c
openmp/libomptarget/test/offloading/bug49334.cpp
openmp/libomptarget/test/offloading/ompx_coords.c
openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c
Index: openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c
===================================================================
--- openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c
+++ openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c
@@ -2,6 +2,8 @@
//
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
#include <math.h>
#include <omp.h>
Index: openmp/libomptarget/test/offloading/ompx_coords.c
===================================================================
--- openmp/libomptarget/test/offloading/ompx_coords.c
+++ openmp/libomptarget/test/offloading/ompx_coords.c
@@ -2,6 +2,8 @@
//
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
#include <omp.h>
#include <ompx.h>
Index: openmp/libomptarget/test/offloading/bug49334.cpp
===================================================================
--- openmp/libomptarget/test/offloading/bug49334.cpp
+++ openmp/libomptarget/test/offloading/bug49334.cpp
@@ -7,6 +7,8 @@
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
#include <cassert>
#include <cmath>
Index: openmp/libomptarget/test/api/omp_dynamic_shared_memory.c
===================================================================
--- openmp/libomptarget/test/api/omp_dynamic_shared_memory.c
+++ openmp/libomptarget/test/api/omp_dynamic_shared_memory.c
@@ -8,6 +8,8 @@
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: aarch64-unknown-linux-gnu
+// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
#include <omp.h>
#include <stdio.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156815.546126.patch
Type: text/x-patch
Size: 1871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230801/19a74ceb/attachment.bin>
More information about the Openmp-commits
mailing list