[llvm] r276457 - [llvm-ar] Document 'T' thin archive modifier (NFC)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 12:41:02 PDT 2016
Author: tejohnson
Date: Fri Jul 22 14:41:00 2016
New Revision: 276457
URL: http://llvm.org/viewvc/llvm-project?rev=276457&view=rev
Log:
[llvm-ar] Document 'T' thin archive modifier (NFC)
Modified:
llvm/trunk/tools/llvm-ar/llvm-ar.cpp
Modified: llvm/trunk/tools/llvm-ar/llvm-ar.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ar/llvm-ar.cpp?rev=276457&r1=276456&r2=276457&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ar/llvm-ar.cpp (original)
+++ llvm/trunk/tools/llvm-ar/llvm-ar.cpp Fri Jul 22 14:41:00 2016
@@ -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"
More information about the llvm-commits
mailing list