[Openmp-commits] [openmp] b4be182 - [Libomptarget] Remove AMDGPU XFAIL from test

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Feb 4 10:40:16 PST 2022


Author: Joseph Huber
Date: 2022-02-04T13:40:03-05:00
New Revision: b4be18219e8187d96a2f4f16c6c01889e3e9f935

URL: https://github.com/llvm/llvm-project/commit/b4be18219e8187d96a2f4f16c6c01889e3e9f935
DIFF: https://github.com/llvm/llvm-project/commit/b4be18219e8187d96a2f4f16c6c01889e3e9f935.diff

LOG: [Libomptarget] Remove AMDGPU XFAIL from test

Summary;
This test should pass now with AMDGPU. Previously the symbols were
hidden and would fail when read.

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/delete_inf_refcount.c

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/delete_inf_refcount.c b/openmp/libomptarget/test/mapping/delete_inf_refcount.c
index cd67dddc664bf..ca5980ff51702 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>
 


        


More information about the Openmp-commits mailing list