summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/archive-darwin-duplicates.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar][llvm-nm][llvm-size] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
| | | | llvm-svn: 359688
* Give same-named members unique timestamps on Darwin in llvm-ar.James Y Knight2018-10-041-0/+21
This change ensures that the (membername,timestamp) tuple uniquely identifies an entry in an archive for format=darwin, in deterministic mode (which is the default). That, then, enables lldb and dsymutil to locate the appropriate object within the archive. Differential Revision: https://reviews.llvm.org/D47659 llvm-svn: 343805
OpenPOWER on IntegriCloud