[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 07:18:53 PDT 2022


JonChesterfield added a comment.

Can we link the bitcode after openmp-opt? I was never keen on llvm emitting calls to functions that were linked in earlier and may have since been deleted. Optimising by runtime function name before linking them should be equivalent to what we have now and that renders the keepalive hack unnecessary.


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