[Openmp-commits] [PATCH] D133277: [RFC][OpenMP][Doc] No backward compatible for libomptarget and plugins

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Sep 4 19:02:49 PDT 2022


tianshilei1992 updated this revision to Diff 457879.
tianshilei1992 added a comment.

fix comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133277

Files:
  openmp/docs/SupportAndFAQ.rst


Index: openmp/docs/SupportAndFAQ.rst
===================================================================
--- openmp/docs/SupportAndFAQ.rst
+++ openmp/docs/SupportAndFAQ.rst
@@ -329,3 +329,12 @@
 stack memory during execution and crash. The environment variable
 ``LIBOMPTARGET_STACK_SIZE`` can be used to increase the stack size if this
 occurs.
+
+Q: Are libomptarget and plugins backward compatible?
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+No. Since libomptarget and plugins are now built as LLVM libraries starting from
+LLVM 15, they are backward compatible. Given that fact, both libomptarget and
+plugin interfaces are not guaranteed to be compatible as well. It is always
+recommended to use the Clang compiler and runtime libraries from the same build.
+If not, it is up to users to make sure the compatibility.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133277.457879.patch
Type: text/x-patch
Size: 867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220905/98266742/attachment.bin>


More information about the Openmp-commits mailing list