diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-ar.rst')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-ar.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ar.rst b/llvm/docs/CommandGuide/llvm-ar.rst index 1073d96cb7e..a138dcf1683 100644 --- a/llvm/docs/CommandGuide/llvm-ar.rst +++ b/llvm/docs/CommandGuide/llvm-ar.rst @@ -100,15 +100,15 @@ r[abu] *files* or insert them at the end of the archive if they do not exist. If no *files* are specified, the archive is not modified. -t[v] +t[vO] Print the table of contents. Without any modifiers, this operation just prints the names of the members to the standard output. With the *v* modifier, **llvm-ar** also prints out the file type (B=bitcode, S=symbol table, blank=regular file), the permission mode, the owner and group, the - size, and the date. If any *files* are specified, the listing is only for - those files. If no *files* are specified, the table of contents for the - whole archive is printed. + size, and the date. With the :option:`O` modifier, display member offsets. + If any *files* are specified, the listing is only for those files. If no + *files* are specified, the table of contents for the whole archive is printed. x[oP] @@ -145,6 +145,10 @@ section (above) to determine which modifiers are applicable to which operations. When extracting files, this option will cause **llvm-ar** to preserve the original modification times of the files it writes. +[O] + + Display member offsets inside the archive. + [u] When replacing existing files in the archive, only replace those files that have |

