[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
Mon Aug 7 13:27:29 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4dce6d306135: [OpenMP] Disable some offloading/api tests for AArch64 (authored by cseo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156815/new/
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.547928.patch
Type: text/x-patch
Size: 1871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230807/e1799d53/attachment.bin>
More information about the Openmp-commits
mailing list