[Openmp-commits] [PATCH] D117231: [Libomptarget] Fix multiply defined symbol during linking

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 13 08:50:13 PST 2022


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

Sure, it can be weak. Definition in the old devicertl too please. I guess we have multiple copies because there are multiple TUs each with their own internalized RTL, and this symbol needs to exist in isolation so the host runtime only has to patch one of them. Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117231



More information about the Openmp-commits mailing list