[PATCH] D113734: [llvm-objcopy][MachO] Add llvm-strip support for newer load commands
Daniel Bertalan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 11 00:41:19 PDT 2022
BertalanD added a comment.
Herald added a project: All.
@keith is there a reason `Object::ExportsTrie` was added instead of reusing the `Exports` member? I read in D107673 <https://reviews.llvm.org/D107673> that `LC_DYLD_EXPORTS_TRIE` and `LD_DYLD_INFO` are mutually exclusive, so we could re-use the same trie for both load commands.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113734/new/
https://reviews.llvm.org/D113734
More information about the llvm-commits
mailing list