1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-libtool-darwin
Sameer Arora 10d39a6183 [llvm-libtool-darwin] Allow flattening archives
Add support for flattening archives while creating static libraries.
Hence, can now pass archives as input in addition to Mach-O binaries.
Furthermore, archives themselves must only conatain Mach-O binaries. As
per cctools' libtool's behavior, llvm-libtool-darwin does not flatten
archives recursively.

Reviewed by alexshap, smeenai, jhenderson

Differential Revision: https://reviews.llvm.org/D83520
2020-07-21 13:53:15 -07:00
..
CMakeLists.txt [llvm-libtool-darwin] Allow flattening archives 2020-07-21 13:53:15 -07:00
llvm-libtool-darwin.cpp [llvm-libtool-darwin] Allow flattening archives 2020-07-21 13:53:15 -07:00
LLVMBuild.txt [llvm-libtool-darwin] Allow flattening archives 2020-07-21 13:53:15 -07:00