[PATCH] D49344: [llvm-ar] Update help text

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 14 12:37:10 PDT 2018


sbc100 created this revision.
Herald added subscribers: llvm-commits, aheejin.

Repository:
  rL LLVM

https://reviews.llvm.org/D49344

Files:
  tools/llvm-ar/llvm-ar.cpp


Index: tools/llvm-ar/llvm-ar.cpp
===================================================================
--- tools/llvm-ar/llvm-ar.cpp
+++ tools/llvm-ar/llvm-ar.cpp
@@ -65,7 +65,7 @@
 const char ArHelp[] = R"(
 OVERVIEW: LLVM Archiver (llvm-ar)
 
-  This program archives bitcode files into single libraries
+  This program creates archives of native and/or bitcode object files
 
 USAGE: llvm-ar [options] [relpos] [count] <archive-file> [members]...
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49344.155568.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180714/21fe5f56/attachment.bin>


More information about the llvm-commits mailing list