[clang] ef8e9be - Revert "xfail: reduction_implicit_map.cpp after reapply of Start calling setTargetAttributes"
Ron Lieberman via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 12:30:13 PST 2021
Author: Ron Lieberman
Date: 2021-12-02T20:30:03Z
New Revision: ef8e9bee1a9b87ee750b193ed4a1f9b5d310daef
URL: https://github.com/llvm/llvm-project/commit/ef8e9bee1a9b87ee750b193ed4a1f9b5d310daef
DIFF: https://github.com/llvm/llvm-project/commit/ef8e9bee1a9b87ee750b193ed4a1f9b5d310daef.diff
LOG: Revert "xfail: reduction_implicit_map.cpp after reapply of Start calling setTargetAttributes"
This reverts commit 8b646f212e9ccc8e0fbf1a84603d0a40bfca1338.
Added:
Modified:
clang/test/OpenMP/reduction_implicit_map.cpp
Removed:
################################################################################
diff --git a/clang/test/OpenMP/reduction_implicit_map.cpp b/clang/test/OpenMP/reduction_implicit_map.cpp
index 64a4f36def64..2d924820fbf7 100644
--- a/clang/test/OpenMP/reduction_implicit_map.cpp
+++ b/clang/test/OpenMP/reduction_implicit_map.cpp
@@ -1,6 +1,3 @@
-// amdgpu failing this test after Reapply "OpenMP: Start calling setTargetAttributes for generated kernels"
-// XFAIL: *
-
// RUN: %clang_cc1 -verify -fopenmp -fopenmp-cuda-mode -x c++ \
// RUN: -triple powerpc64le-unknown-unknown -DCUDA \
// RUN: -fopenmp-targets=nvptx64-nvidia-cuda -emit-llvm-bc %s -o \
More information about the cfe-commits
mailing list