[PATCH] D144589: [lld-macho] Don't emit symbols into the symtab multiple times

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 10:25:15 PST 2023


int3 added a comment.

Yeah sorry been a bit swamped but I'll try to put up something by Monday. Basically my plan is to sort the symbols such that weak defs appear after all other definitions, so that when we do weak def coalescing we can bring along all the other local symbols as well. I think it should work, just a matter of how messy the implementation is...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144589



More information about the llvm-commits mailing list