[Openmp-commits] [PATCH] D130712: [openmp] Introduce optional plugin init/deinit functions

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 28 07:59:00 PDT 2022


jhuber6 accepted this revision.
jhuber6 added a comment.
This revision is now accepted and ready to land.

LG,

Right now initialization and destruction happens from a static class in the plugins. This isn't really a good solution as per the LLVM coding standards https://llvm.org/docs/CodingStandards.html#do-not-use-static-constructors so it's good to replace these with explicit calls via these new functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130712



More information about the Openmp-commits mailing list