[PATCH] D95913: [lld-macho] Implement -bundle_loader
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 21:52:55 PST 2021
int3 added a comment.
Could you add more detail to the commit message? Assume the reader (like me) has general knowledge of linkers and Mach-O but no knowledge of what specifying a bundle loader does. What kind of restrictions does this impose on the binary / what kind of optimizations does it allow / how is the current implementation falling short? The other commits in lld-macho should give you a flavor of how detailed things should be.
If there are things in the diff that you are uncertain about (e.g. I see the test is not quite done yet) do add it to the message as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95913/new/
https://reviews.llvm.org/D95913
More information about the llvm-commits
mailing list