[PATCH] D95985: [ELF] Resolve defined symbols before undefined symbols

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 01:06:39 PST 2021


jhenderson added subscribers: gbreynoo, edd, andrewng, bd1976llvm.
jhenderson added a comment.

I've subscribed others from my team for visibility. My first thought was that changing symbol resolution order sounds a little scary. That's not to say this is undesirable though - I need to spend some time thinking about this. It might be helpful to have a graph drawn showing the different references that are relevant here and which definitions are in which groups, as I'm struggling to follow the words (I can probably piece it together, but it will require more effort).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95985/new/

https://reviews.llvm.org/D95985



More information about the llvm-commits mailing list