Skip to content

Commit a65363d

Browse files
committed
[OpenMP] Disable offloading/barrier_fence test
Unblock build bot, while investigating. Issue is tracked under llvm #74582
1 parent bfdc562 commit a65363d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openmp/libomptarget/test/offloading/barrier_fence.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
88
// UNSUPPORTED: x86_64-pc-linux-gnu
99
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
10+
// UNSUPPORTED: amdgcn-amd-amdhsa
11+
// UNSUPPORTED: amdgcn-amd-amdhsa-LTO
1012

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

0 commit comments

Comments
 (0)