[clang] 8b646f2 - 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:22:37 PST 2021


Author: Ron Lieberman
Date: 2021-12-02T20:22:11Z
New Revision: 8b646f212e9ccc8e0fbf1a84603d0a40bfca1338

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

LOG: xfail: reduction_implicit_map.cpp after reapply of Start calling setTargetAttributes

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 2d924820fbf7..64a4f36def64 100644
--- a/clang/test/OpenMP/reduction_implicit_map.cpp
+++ b/clang/test/OpenMP/reduction_implicit_map.cpp
@@ -1,3 +1,6 @@
+// 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