hanchenye-llvm-project/llvm/tools/llvm-ar
Rafael Espindola 23a76be5ad Don't modify archive members unless really needed.
For whatever reason ld64 requires that member headers (not the member
themselves) should be aligned. The only way to do that is to edit the
previous member so that it ends at an aligned boundary.

Since modifying data put in an archive is an undesirable property,
llvm-ar should only do it when it is absolutely necessary.

llvm-svn: 295765
2017-02-21 20:40:54 +00:00
..
CMakeLists.txt [CMake] llvm-ar depends on intrinsics_gen 2016-11-18 23:04:27 +00:00
LLVMBuild.txt
llvm-ar.cpp Don't modify archive members unless really needed. 2017-02-21 20:40:54 +00:00