[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:23:45 PDT 2019
anushabasana created this revision.
anushabasana added reviewers: smeenai, alexshap, compnerd, mtrent.
anushabasana added a project: LLVM.
Herald added subscribers: llvm-commits, javed.absar.
Creates universal binary output file from input files. Currently uses hard coded value for alignment.
Want to get the create functionality approved before implementing the alignment function.
Test Plan: check-llvm
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64102
Files:
llvm/test/tools/llvm-lipo/Inputs/arm64-slice.yaml
llvm/test/tools/llvm-lipo/Inputs/armv7-slice.yaml
llvm/test/tools/llvm-lipo/Inputs/x86_64-slice.yaml
llvm/test/tools/llvm-lipo/create-executable.test
llvm/test/tools/llvm-lipo/create-fat64.test
llvm/test/tools/llvm-lipo/create-invalid-input.test
llvm/test/tools/llvm-lipo/create-without-alignment.test
llvm/test/tools/llvm-lipo/thin-executable-universal-binary.test
llvm/tools/llvm-lipo/LipoOpts.td
llvm/tools/llvm-lipo/llvm-lipo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64102.207627.patch
Type: text/x-patch
Size: 24682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/0c45d2ae/attachment-0001.bin>
More information about the llvm-commits
mailing list