mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Document new option
llvm-svn: 12699
This commit is contained in:
parent
3259504cce
commit
929187dff0
@ -80,7 +80,7 @@ undefined symbols defined.
|
||||
<h4>Native code generation</h4>
|
||||
|
||||
The <tt>gccld</tt> program has limited support for native code generation, when
|
||||
using the -native option.
|
||||
using the <tt>-native</tt> or <tt>-native-cbe</tt> options.
|
||||
|
||||
|
||||
<h3>OPTIONS</h3>
|
||||
@ -171,6 +171,15 @@ using the -native option.
|
||||
hasn't been converted to bytecode.
|
||||
<p>
|
||||
|
||||
<li> -native-cbe
|
||||
<br>
|
||||
Generate a native, machine code executable with the LLVM C backend.
|
||||
<p>
|
||||
This option is identical to the <tt>-native</tt> option, but uses the
|
||||
C backend to generate code for the program instead of an LLVM native
|
||||
code generator.
|
||||
</p>
|
||||
|
||||
<li> -s
|
||||
<br>
|
||||
Strip symbol information from the generated executable.
|
||||
|
Loading…
Reference in New Issue
Block a user