[PATCH] D102143: [lld-macho] Treat an undefined entry symbol like any other undefined

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 18:14:59 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Interesting! Do you know of anything that actually does this? Why? Every use case I can think of would better use `-U main` instead of `-undefined dynamic_lookup`.

(Change lgtm in any case.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102143



More information about the llvm-commits mailing list