Skip to content

Commit 4dce6d3

Browse files
committed
[OpenMP] Disable some offloading/api tests for AArch64
Like for x86_64-linux-gnu, these need to be disabled for aarch64-linux-gnu. Differential Revision: https://reviews.llvm.org/D156815
1 parent 17226c9 commit 4dce6d3

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

openmp/libomptarget/test/api/omp_dynamic_shared_memory.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
// UNSUPPORTED: x86_64-pc-linux-gnu
1010
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
11+
// UNSUPPORTED: aarch64-unknown-linux-gnu
12+
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
1113

1214
#include <omp.h>
1315
#include <stdio.h>

openmp/libomptarget/test/offloading/bug49334.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
// UNSUPPORTED: x86_64-pc-linux-gnu
99
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
10+
// UNSUPPORTED: aarch64-unknown-linux-gnu
11+
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
1012

1113
#include <cassert>
1214
#include <cmath>

openmp/libomptarget/test/offloading/ompx_coords.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//
33
// UNSUPPORTED: x86_64-pc-linux-gnu
44
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
5+
// UNSUPPORTED: aarch64-unknown-linux-gnu
6+
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
57

68
#include <omp.h>
79
#include <ompx.h>

openmp/libomptarget/test/offloading/ompx_saxpy_mixed.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
//
33
// UNSUPPORTED: x86_64-pc-linux-gnu
44
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
5+
// UNSUPPORTED: aarch64-unknown-linux-gnu
6+
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
57

68
#include <math.h>
79
#include <omp.h>

0 commit comments

Comments
 (0)