Skip to content

Commit

Permalink
[llvm-ar] Document 'T' thin archive modifier (NFC)
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276457 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
teresajohnson committed Jul 22, 2016
1 parent 13bed94 commit 1dc6ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/llvm-ar/llvm-ar.cpp
Original file line number Diff line number Diff line change
@@ -116,6 +116,7 @@ static cl::extrahelp MoreHelp(
" [o] - preserve original dates\n"
" [s] - create an archive index (cf. ranlib)\n"
" [S] - do not build a symbol table\n"
" [T] - create a thin archive\n"
" [u] - update only files newer than archive contents\n"
"\nMODIFIERS (generic):\n"
" [c] - do not warn if the library had to be created\n"

0 comments on commit 1dc6ec2

Please sign in to comment.