Document the --load option.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 25 Jan 2005 05:04:49 +0000 (05:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 25 Jan 2005 05:04:49 +0000 (05:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19822 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llc.pod

index 98450935ed014c3dc861c9c2f5f7d2097c824566..e7b42f3c9960258a533b495604c86154a475acf5 100644 (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