From b8f95b5c6e77a36b5d5736cd167d244d64e53b87 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Fri, 22 Jul 2016 19:41:00 +0000 Subject: [PATCH] [llvm-ar] Document 'T' thin archive modifier (NFC) llvm-svn: 276457 --- llvm/tools/llvm-ar/llvm-ar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index 11dd7ea..dc1755d 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" -- 2.7.4