1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/llvm-lipo
Shoaib Meenai d3358a0215 [llvm-lipo] Implement -create (with hardcoded alignments)
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.

Patch by Anusha Basana <anusha.basana@gmail.com>

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

llvm-svn: 366142
2019-07-15 22:29:30 +00:00
..
CMakeLists.txt
LipoOpts.td [llvm-lipo] Implement -create (with hardcoded alignments) 2019-07-15 22:29:30 +00:00
llvm-lipo.cpp
LLVMBuild.txt