Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-ar][llvm-nm][llvm-size] Change -long-option to --long-option in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 359688 | ||||
* | Give same-named members unique timestamps on Darwin in llvm-ar. | James Y Knight | 2018-10-04 | 1 | -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 |