[Openmp-commits] [PATCH] D69927: [OpenMP] Remove -Wl, -fini=__kmp_internal_end_fini
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 18 15:31:57 PST 2019
JonChesterfield added a comment.
In D69927#1750592 <https://reviews.llvm.org/D69927#1750592>, @aaronpuchert wrote:
> Can you explain what makes this is an ABI break? I don't think that applications linking with `libomp.so` need to be recompiled/relinked. The only thing that changed is that the dynamic linker won't run `__kmp_internal_end_fini` anymore. It wasn't exported anyway. Whether the library is compiled with `-fini` has (to my knowledge) no effect on executable files linked with the library.
In so far as a function which used to be present in the shared library now isn't. I'd missed that it was not exported. All good, thanks.
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