llvm-project/llvm/test/tools/llvm-ar
Jordan Rupprecht 34c0e470ae [llvm-ar] Use POSIX-specified timestamps for 'tv'.
Summary:
The POSIX spec says:

```
If the −t option is used with the −v option, the standard output format shall be:
"%s %u/%u %u %s %d %d:%d %d %s\n", <member mode>, <user ID>,
<group ID>, <number of bytes in member>,
<abbreviated month>, <day-of-month>, <hour>,
<minute>, <year>, <file>

where:

...
<abbreviated month>
Equivalent to the format of the %b conversion specification format in date.
<day-of-month>
Equivalent to the format of the %e conversion specification format in date.
<hour> Equivalent to the format of the %H conversion specification format in date.
<minute> Equivalent to the format of the %M conversion specification format in date.
<year> Equivalent to the format of the %Y conversion specification format in date.
```

This actually used to be the format printed by llvm-ar. It was apparently accidentally changed (see r207385 followed by comments in r207387). This makes it conform to GNU ar for easier replacement.

Reviewers: MaskRay

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D52940

llvm-svn: 343901
2018-10-05 23:25:39 +00:00
..
Inputs
absolute-paths.test
case-detection.test [llvm-ar] Temporarily make the tool case detection test Windows-only to fix the build (introduced in r329658) 2018-04-10 10:26:23 +00:00
coff-weak.yaml [COFF] Adjust how we flag weak externals 2018-07-20 20:48:29 +00:00
default-add.test [llvm-ar] Support multiple dashed options 2018-03-28 17:21:14 +00:00
default-coff.test
default-elf.test
default-macho.test
empty-uid-gid.test [llvm-ar] Use POSIX-specified timestamps for 'tv'. 2018-10-05 23:25:39 +00:00
invalid-command-line.test [llvm-ar] Fix help text test. NFC. 2018-08-02 12:27:01 +00:00
mri-delete.test [llvm-ar] Support * as comment char in MRI scripts 2018-09-06 18:10:45 +00:00
override.test
regex-cmd.test On Windows expansion of regex file name patterns is the responsibility of each 2018-03-05 18:54:56 +00:00