[Openmp-commits] [PATCH] D109341: [OpenMP][libomptarget] Change synchronize_ty return type to int32_t

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 6 19:39:29 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8e5c1b039eaf: [OpenMP][libomptarget] Change synchronize_ty return type to int32_t (authored by ye-luo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109341/new/

https://reviews.llvm.org/D109341

Files:
  openmp/libomptarget/src/rtl.h


Index: openmp/libomptarget/src/rtl.h
===================================================================
--- openmp/libomptarget/src/rtl.h
+++ openmp/libomptarget/src/rtl.h
@@ -52,7 +52,7 @@
                                             int32_t, uint64_t,
                                             __tgt_async_info *);
   typedef int64_t(init_requires_ty)(int64_t);
-  typedef int64_t(synchronize_ty)(int32_t, __tgt_async_info *);
+  typedef int32_t(synchronize_ty)(int32_t, __tgt_async_info *);
   typedef int32_t (*register_lib_ty)(__tgt_bin_desc *);
   typedef int32_t(supports_empty_images_ty)();
   typedef void(print_device_info_ty)(int32_t);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109341.370985.patch
Type: text/x-patch
Size: 651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210907/50f63df3/attachment.bin>


More information about the Openmp-commits mailing list