summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/archive-thin-create.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar] Implement the O modifier: display member offsets inside the archiveFangrui Song2019-10-171-0/+3
| | | | | | | | | | | | Since GNU ar 2.31, the 't' operation prints member offsets beside file names if the 'O' modifier is specified. 'O' is ignored for thin archives. Reviewed By: gbreynoo, ruiu Differential Revision: https://reviews.llvm.org/D69087 llvm-svn: 375106
* llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to ↵NAKAMURA Takumi2016-12-091-0/+1
| | | | | | stabilize the test. llvm-svn: 289202
* Prefix path when displaying thin archives.Rafael Espindola2016-12-041-4/+4
| | | | | | Patch by Mark Santaniello. llvm-svn: 288615
* Only computeRelativePath() on new membersDavid Callahan2016-11-301-0/+14
Summary: When using thin archives, and processing the same archive multiple times, we were mangling existing entries. The root cause is that we were calling computeRelativePath() more than once. Here, we only call it when adding new members to an archive. Note that D27218 changes the way thin archives are printed, and will break the new unit test included here. Depending on which one lands first, the other will need to be slightly modified. Reviewers: rafael, davide Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D27217 llvm-svn: 288280
OpenPOWER on IntegriCloud