Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2022-02-04 21:38:57 +0300
committerJoseph Huber <jhuber6@vols.utk.edu>2022-02-04 21:40:03 +0300
commitb4be18219e8187d96a2f4f16c6c01889e3e9f935 (patch)
tree5c165c38b99ad57e61176f1da4498d0aae367163 /openmp
parent3918dd6b8acf8c5886b9921138312d1c638b2937 (diff)
[Libomptarget] Remove AMDGPU XFAIL from test
Summary; This test should pass now with AMDGPU. Previously the symbols were hidden and would fail when read.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/test/mapping/delete_inf_refcount.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openmp/libomptarget/test/mapping/delete_inf_refcount.c b/openmp/libomptarget/test/mapping/delete_inf_refcount.c
index cd67dddc664b..ca5980ff5170 100644
--- a/openmp/libomptarget/test/mapping/delete_inf_refcount.c
+++ b/openmp/libomptarget/test/mapping/delete_inf_refcount.c
@@ -1,8 +1,5 @@
// RUN: %libomptarget-compile-run-and-check-generic
-// fails with error message 'Unable to generate target entries' on amdgcn
-// XFAIL: amdgcn-amd-amdhsa
-
#include <stdio.h>
#include <omp.h>