[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 04:14:25 PDT 2021


pdhaliwal created this revision.
pdhaliwal added reviewers: JonChesterfield, ronlieb.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, kzhuravl.
pdhaliwal requested review of this revision.
Herald added subscribers: openmp-commits, wdng.
Herald added a project: OpenMP.

Reason: Missing printf definition


Repository:
  rG LLVM Github Monorepo

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.347629.patch
Type: text/x-patch
Size: 432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210525/fbc78cb1/attachment.bin>


More information about the Openmp-commits mailing list