[Openmp-commits] [PATCH] D128818: [Libomptarget][NFC] Move legacy functions to a separate file

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 29 06:24:47 PDT 2022


jhuber6 created this revision.
jhuber6 added reviewers: jdoerfert, tianshilei1992, JonChesterfield.
Herald added a subscriber: mgorny.
Herald added a project: All.
jhuber6 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

This patch moves the old legacy interfaces into `libomptarget` to a
separate file. These do not need to be included anywhere and are simply
provided for backwards compatibility with the ABI. This cleans up the
interface greatly.

Depends on D128817 <https://reviews.llvm.org/D128817>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128818

Files:
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/src/CMakeLists.txt
  openmp/libomptarget/src/LegacyAPI.cpp
  openmp/libomptarget/src/interface.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128818.440984.patch
Type: text/x-patch
Size: 23739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220629/8f1e0844/attachment-0001.bin>


More information about the Openmp-commits mailing list