From 9846a345d5351f70191634ca1ff983871d39b85b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 25 Jan 2005 05:04:49 +0000 Subject: [PATCH] Document the --load option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19822 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index 98450935ed0..e7b42f3c996 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -134,6 +134,12 @@ Local spiller =back +=item B<--load>=F + +Dynamically load F (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