aboutsummaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-07-06 11:40:13 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-07-06 11:45:18 -0500
commitb420e0ed27c56b48e90893b47f65799257b45668 (patch)
treefbcc1ff1ea987618278b2511a8604fd49d24c64c /openmp
parent015dabd7672f936cdb5bdcad20fe80b17f05c9ca (diff)
downloadllvm-b420e0ed27c56b48e90893b47f65799257b45668.zip
llvm-b420e0ed27c56b48e90893b47f65799257b45668.tar.gz
llvm-b420e0ed27c56b48e90893b47f65799257b45668.tar.bz2
[Libomptarget] Disable the 'mapping/prelock.cpp' test on AMDGPU
Summary: This test was not functional on the new plugins, now that the old ones have been deleted it doesn't work. Disable until we get a fix.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/mapping/prelock.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/openmp/libomptarget/test/mapping/prelock.cpp b/openmp/libomptarget/test/mapping/prelock.cpp
index 8e24c94..d019108d 100644
--- a/openmp/libomptarget/test/mapping/prelock.cpp
+++ b/openmp/libomptarget/test/mapping/prelock.cpp
@@ -1,5 +1,5 @@
// RUN: %libomptarget-compilexx-generic
-// RUN: env LIBOMPTARGET_NEXTGEN_PLUGINS=0 %libomptarget-run-generic %fcheck-generic
+// RUN: %libomptarget-run-generic %fcheck-generic
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
@@ -7,6 +7,7 @@
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
+// UNSUPPORTED: amdgcn-amd-amdhsa
#include <cstdio>