mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 20:26:07 +00:00
Extract has new options
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -35,11 +35,17 @@ unused types.
|
|||||||
The <tt>extract</tt> command reads its input from standard input if filename is
|
The <tt>extract</tt> command reads its input from standard input if filename is
|
||||||
omitted or if filename is -. The output is always written to standard output.
|
omitted or if filename is -. The output is always written to standard output.
|
||||||
|
|
||||||
<h3>
|
<h3>OPTIONS</h3>
|
||||||
OPTIONS
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<ul>
|
||||||
|
<li> -f
|
||||||
|
<br>
|
||||||
|
Force overwrite. Normally, <tt>extract</tt> will refuse to overwrite an
|
||||||
|
output file that already exists. With this option, <tt>extract</tt>
|
||||||
|
will overwrite the output file and replace it with new bytecode.
|
||||||
|
<p>
|
||||||
|
|
||||||
<li>-func <function>
|
<li>-func <function>
|
||||||
<br>
|
<br>
|
||||||
Extract the specified function from the LLVM bytecode.
|
Extract the specified function from the LLVM bytecode.
|
||||||
@@ -49,6 +55,12 @@ OPTIONS
|
|||||||
<br>
|
<br>
|
||||||
Print a summary of command line options.
|
Print a summary of command line options.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<li> -o <filename>
|
||||||
|
<br>
|
||||||
|
Specify the output filename. If filename is "-" (the default), then
|
||||||
|
<tt>extract</tt> sends its output to standard output.
|
||||||
|
<p>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
|
Reference in New Issue
Block a user