Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write to a temporary file in test instead of random file in the test directory. | Benjamin Kramer | 2017-02-22 | 1 | -6/+6 |
| | | | | llvm-svn: 295815 | ||||
* | Don't modify archive members unless really needed. | Rafael Espindola | 2017-02-21 | 1 | -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 |