[Openmp-commits] [PATCH] D69927: [OpenMP] Remove -Wl, -fini=__kmp_internal_end_fini
Aaron Puchert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 15 07:52:12 PST 2019
aaronpuchert added a comment.
In D69927#1747168 <https://reviews.llvm.org/D69927#1747168>, @JonChesterfield wrote:
> The function I was suggesting marking used is the one passed to the linker as -fini, not the one marked destructor.
Ok, so you were saying that we should be able to remove it, but alternatively we could also mark it as used. That makes sense.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69927/new/
https://reviews.llvm.org/D69927
More information about the Openmp-commits
mailing list