]> granicus.if.org Git - llvm/commit
[llvm-lipo] Implement -segalign
authorAnusha Basana <anusha.basana@gmail.com>
Mon, 5 Aug 2019 19:06:55 +0000 (19:06 +0000)
committerAnusha Basana <anusha.basana@gmail.com>
Mon, 5 Aug 2019 19:06:55 +0000 (19:06 +0000)
commitc506cad8923a30a7c674bac56141ef69992164df
treefc299b59a034ae88de8e65aaebdeb9a5be8e114d
parent7e512c89e056521a0b81cdddb7accd16a7397bb3
[llvm-lipo] Implement -segalign

Sets section alignments of the specified architecture slices to the
alignment values.
Alignment values are hexadecimal values that are powers of 2.

Differential Revision: https://reviews.llvm.org/D65420

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367908 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-lipo/segalign-invalid-input.test [new file with mode: 0644]
test/tools/llvm-lipo/segalign.test [new file with mode: 0644]
tools/llvm-lipo/LipoOpts.td
tools/llvm-lipo/llvm-lipo.cpp