[PATCH] D38647: ELF: Export preempted symbols even if there is a dynamic list.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 14:27:57 PDT 2017
pcc added inline comments.
================
Comment at: lld/ELF/Driver.cpp:787-789
- // Dynamic lists are a simplified linker script that doesn't need the
- // "global:" and implicitly ends with a "local:*". Set the variables
- // needed to simulate that.
----------------
ruiu wrote:
> So, was this just wrong?
I think so, yes. Dynamic lists in executables are additive, while version scripts in DSOs are restrictive, so there's no direct conversion between them.
https://reviews.llvm.org/D38647
More information about the llvm-commits
mailing list