Add support to llvm-extract for extracting multiple functions and/or
multiple global variables at a time.
llvm-svn: 95825
diff --git a/llvm/docs/CommandGuide/llvm-extract.pod b/llvm/docs/CommandGuide/llvm-extract.pod
index b62e8ae..02f38ad 100644
--- a/llvm/docs/CommandGuide/llvm-extract.pod
+++ b/llvm/docs/CommandGuide/llvm-extract.pod
@@ -34,7 +34,13 @@
=item B<--func> I<function-name>
-Extract the function named I<function-name> from the LLVM bitcode.
+Extract the function named I<function-name> from the LLVM bitcode. May be
+specified multiple times to extract multiple functions at once.
+
+=item B<--glob> I<global-name>
+
+Extract the global variable named I<global-name> from the LLVM bitcode. May be
+specified multiple times to extract multiple global variables at once.
=item B<--help>