From 97f0f7646d9e6136813bc5452a0d16243a673fda Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 25 Jan 2005 05:04:49 +0000 Subject: Document the --load option. llvm-svn: 19822 --- llvm/docs/CommandGuide/llc.pod | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'llvm/docs/CommandGuide') 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 + +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 -- cgit v1.2.3