summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/archive-pad.test
Commit message (Collapse)AuthorAgeFilesLines
* Write to a temporary file in test instead of random file in the test directory.Benjamin Kramer2017-02-221-6/+6
| | | | llvm-svn: 295815
* Don't modify archive members unless really needed.Rafael Espindola2017-02-211-0/+19
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
OpenPOWER on IntegriCloud