1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Document the --load option.

llvm-svn: 19822
This commit is contained in:
Reid Spencer 2005-01-25 05:04:49 +00:00
parent 3ae267eb3b
commit 24fe4dbc5a

View File

@ -134,6 +134,12 @@ Local spiller
=back
=item B<--load>=F<dso_path>
Dynamically load F<dso_path> (a path to a dynamically shared object) that
implements an LLVM target. This will permit the target name to be used with the
B<-march> option so that code can be generated for that target.
=back
=head2 Intel IA-32-specific Options