[PATCH] D100966: [lld-link] Ignore undefined symbols in .addrsig table

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 13:14:08 PDT 2021


rnk added a comment.

I'm guessing ELF doesn't solve the same problem this way. Does LLVM MC make these .addrsig_sym references weak if there are no other references? That would solve the issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100966



More information about the llvm-commits mailing list