[llvm-commits] CVS: llvm/docs/CommandGuide/llc.pod
Reid Spencer
reid at x10sys.com
Mon Jan 24 21:05:00 PST 2005
Changes in directory llvm/docs/CommandGuide:
llc.pod updated: 1.7 -> 1.8
---
Log message:
Document the --load option.
---
Diffs of the changes: (+6 -0)
llc.pod | 6 ++++++
1 files changed, 6 insertions(+)
Index: llvm/docs/CommandGuide/llc.pod
diff -u llvm/docs/CommandGuide/llc.pod:1.7 llvm/docs/CommandGuide/llc.pod:1.8
--- llvm/docs/CommandGuide/llc.pod:1.7 Thu Dec 9 15:16:40 2004
+++ llvm/docs/CommandGuide/llc.pod Mon Jan 24 23:04:49 2005
@@ -134,6 +134,12 @@
=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
More information about the llvm-commits
mailing list