diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-07-22 19:41:00 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-07-22 19:41:00 +0000 |
commit | b8f95b5c6e77a36b5d5736cd167d244d64e53b87 (patch) | |
tree | fbc6b97d1d7106c2cdef681b2e96345ec2db3e24 /llvm/tools/llvm-ar/llvm-ar.cpp | |
parent | d251e94a015d9a77ec6e5b8e556d150523f7b6c0 (diff) | |
download | bcm5719-llvm-b8f95b5c6e77a36b5d5736cd167d244d64e53b87.tar.gz bcm5719-llvm-b8f95b5c6e77a36b5d5736cd167d244d64e53b87.zip |
[llvm-ar] Document 'T' thin archive modifier (NFC)
llvm-svn: 276457
Diffstat (limited to 'llvm/tools/llvm-ar/llvm-ar.cpp')
-rw-r--r-- | llvm/tools/llvm-ar/llvm-ar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index 11dd7ea7c0f..dc1755de7d6 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/tools/llvm-ar/llvm-ar.cpp @@ -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" |