[PATCH] D64102: [llvm-lipo] Implement -create part 1
Anusha Basana via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 14:41:40 PDT 2019
anushabasana added a comment.
@mtrent We have implemented create with the -fat64 flag to specify a fat64binary, similar to cctools lipo.
Do we still need this flag, or can we always create a fat64 binary?
Another option would be to have some sort of auto detection to create a fat64 binary when the offset of a section exceeds 32 bits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64102/new/
https://reviews.llvm.org/D64102
More information about the llvm-commits
mailing list