[Openmp-commits] [PATCH] D126701: [Libomptarget] Do not use retaining attributes for the static library

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 7 08:58:18 PDT 2022


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

This is working around design mistakes elsewhere. Essentially linking N copies of the RTL plus internalising them then trying to access symbols from the internalised lib later is a mess. But this particular change isn't _that_ likely to make things worse and it slightly reduces the scope of some of the hacks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126701



More information about the Openmp-commits mailing list