aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJP Lehr <JanPatrick.Lehr@amd.com>2023-12-06 04:32:48 -0600
committerJP Lehr <JanPatrick.Lehr@amd.com>2023-12-06 04:32:48 -0600
commita65363d98965082d4e3e660fa1aee51113104590 (patch)
treee5bf30ec8010d3341334c5b8b7da888b298a6782 /openmp
parentbfdc562d0c6ff18ae3a8d618a2cb05c22a04898b (diff)
downloadllvm-a65363d98965082d4e3e660fa1aee51113104590.zip
llvm-a65363d98965082d4e3e660fa1aee51113104590.tar.gz
llvm-a65363d98965082d4e3e660fa1aee51113104590.tar.bz2
[OpenMP] Disable offloading/barrier_fence test
Unblock build bot, while investigating. Issue is tracked under llvm https://github.com/llvm/llvm-project/issues/74582
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/offloading/barrier_fence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/libomptarget/test/offloading/barrier_fence.c b/openmp/libomptarget/test/offloading/barrier_fence.c
index 5d10964..a0b672f 100644
--- a/openmp/libomptarget/test/offloading/barrier_fence.c
+++ b/openmp/libomptarget/test/offloading/barrier_fence.c
@@ -7,6 +7,8 @@
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
+// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
#include <omp.h>
#include <stdio.h>