[Openmp-commits] [openmp] f87c2c6 - xfail: libomptarget reduction_implicit_map.cpp after reapply of Start calling setTargetAttributes
Ron Lieberman via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 2 12:44:07 PST 2021
Author: Ron Lieberman
Date: 2021-12-02T20:38:25Z
New Revision: f87c2c637e780abd06a9c338d6ae0f783e6f5a5d
URL: https://github.com/llvm/llvm-project/commit/f87c2c637e780abd06a9c338d6ae0f783e6f5a5d
DIFF: https://github.com/llvm/llvm-project/commit/f87c2c637e780abd06a9c338d6ae0f783e6f5a5d.diff
LOG: xfail: libomptarget reduction_implicit_map.cpp after reapply of Start calling setTargetAttributes
Added:
Modified:
openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
index 429bb68c43e94..0fbf739e2010f 100644
--- a/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
+++ b/openmp/libomptarget/test/mapping/reduction_implicit_map.cpp
@@ -1,3 +1,6 @@
+// amdgpu failing this test after Reapply "OpenMP: Start calling setTargetAttributes for generated kernels"
+// XFAIL: *
+
// RUN: %libomptarget-compilexx-run-and-check-generic
#include <stdio.h>
More information about the Openmp-commits
mailing list