[Openmp-commits] [PATCH] D103078: [AMDGPU][Libomptarget] Mark lambda_by_value test as XFAIL
Pushpinder Singh via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 25 05:17:06 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb0d68c714141: [AMDGPU][Libomptarget] Mark lambda_by_value test as XFAIL (authored by pdhaliwal).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103078/new/
https://reviews.llvm.org/D103078
Files:
openmp/libomptarget/test/mapping/lambda_by_value.cpp
Index: openmp/libomptarget/test/mapping/lambda_by_value.cpp
===================================================================
--- openmp/libomptarget/test/mapping/lambda_by_value.cpp
+++ openmp/libomptarget/test/mapping/lambda_by_value.cpp
@@ -1,5 +1,8 @@
// RUN: %libomptarget-compilexx-run-and-check-generic
+// amdgcn does not have printf definition
+// XFAIL: amdgcn-amd-amdhsa
+
#include <stdio.h>
#include <stdint.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103078.347644.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210525/4e36a4a3/attachment.bin>
More information about the Openmp-commits
mailing list