Removes hard coded valuse for alignment in -create.
Test Plan: check-llvm
Paths
| Differential D64871
[llvm-lipo] Implement alignment function in -create ClosedPublic Authored by anushabasana on Jul 17 2019, 10:21 AM.
Details Summary Removes hard coded valuse for alignment in -create. Test Plan: check-llvm
Diff Detail
Event Timelineanushabasana removed reviewers: smeenai, alexander-shaposhnikov, compnerd, mtrent.Jul 17 2019, 10:32 AM anushabasana changed the visibility from "Public (No Login Required)" to "anushabasana (Anusha Basana)". anushabasana added reviewers: smeenai, alexander-shaposhnikov, compnerd, mtrent.Jul 17 2019, 10:46 AM anushabasana changed the visibility from "anushabasana (Anusha Basana)" to "Public (No Login Required)".
anushabasana added inline comments.
Comment Actions Address review comment + removed public MaxSectionAlignment variable to different diff. This revision is now accepted and ready to land.Jul 23 2019, 9:16 PM
Closed by commit rL366970: [llvm-lipo] Implement alignment function in -create (authored by smeenai). · Explain WhyJul 24 2019, 5:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210371 llvm/include/llvm/Object/MachOUniversal.h
llvm/lib/Object/MachOUniversal.cpp
llvm/test/tools/llvm-lipo/Inputs/CPU10-slice.yaml
llvm/test/tools/llvm-lipo/Inputs/CPU14-slice.yaml
llvm/test/tools/llvm-lipo/create-compute-alignment.test
llvm/test/tools/llvm-lipo/create-default-alignment.test
llvm/test/tools/llvm-lipo/create-without-alignment.test
llvm/tools/llvm-lipo/llvm-lipo.cpp
|
Personally, I would have split the changes in this file and in MachOUniversal.h into a separate change. That change is a very simple change that could probably merged immediately.