[PATCH] D79318: [docs][llvm-objcopy] Update --output-target text with right defaults

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 5 03:44:26 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5beb9fa4abce: [docs][llvm-objcopy] Update --output-target text with right defaults (authored by jhenderson).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79318/new/

https://reviews.llvm.org/D79318

Files:
  llvm/docs/CommandGuide/llvm-objcopy.rst


Index: llvm/docs/CommandGuide/llvm-objcopy.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-objcopy.rst
+++ llvm/docs/CommandGuide/llvm-objcopy.rst
@@ -417,7 +417,8 @@
 
  Write the output as the specified format. See `SUPPORTED FORMATS`_ for a list
  of valid ``<format>`` values. If unspecified, the output format is assumed to
- be the same as the input file's format.
+ be the same as the value specified for :option:`--input-target` or the input
+ file's format if that option is also unspecified.
 
 .. option:: --prefix-alloc-sections <prefix>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79318.262054.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/30fe1597/attachment.bin>


More information about the llvm-commits mailing list