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

Deepak Eachempati via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 23 13:29:54 PDT 2022


dreachem requested changes to this revision.
dreachem added inline comments.
This revision now requires changes to proceed.


================
Comment at: openmp/docs/SupportAndFAQ.rst:338-342
+are not as well. Given that fact, the interfaces between 1) the Clang compiler
+and libomptarget, 2) the Clang compiler and device runtime library, and 3) libomptarget
+and plugins are not guaranteed to be compatible. Using the Clang compiler and
+runtime libraries from the same build is always recommended. If not, it is up to
+users to ensure compatibility.
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133277



More information about the Openmp-commits mailing list