summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-25 05:04:49 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-25 05:04:49 +0000
commit97f0f7646d9e6136813bc5452a0d16243a673fda (patch)
tree53887356ac1134f8847c3455cee3e4163e07cd64 /llvm/docs/CommandGuide
parent122489bcab1fd4109295bd40eb3cedf0197957b6 (diff)
downloadbcm5719-llvm-97f0f7646d9e6136813bc5452a0d16243a673fda.tar.gz
bcm5719-llvm-97f0f7646d9e6136813bc5452a0d16243a673fda.zip
Document the --load option.
llvm-svn: 19822
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llc.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod
index 98450935ed0..e7b42f3c996 100644
--- a/llvm/docs/CommandGuide/llc.pod
+++ b/llvm/docs/CommandGuide/llc.pod
@@ -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
OpenPOWER on IntegriCloud