[Openmp-commits] [PATCH] D130298: [Libomptarget] Only export needed definitions in the BC library
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 21 12:33:22 PDT 2022
jhuber6 added a comment.
In D130298#3669752 <https://reviews.llvm.org/D130298#3669752>, @jdoerfert wrote:
> can't we do __kmpc* and omp_* and llvm_* instead?
The `internalize` patch just takes full names. It would definitely be better to use wildcards. I could set up a patch to make it accept those as well, but it would take some extra time to get reviewed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130298/new/
https://reviews.llvm.org/D130298
More information about the Openmp-commits
mailing list