Dale and Evan suggested putting the "check for setjmp" much earlier in the
[oota-llvm.git] / docs / CommandGuide / llvm-extract.pod
index b62e8ae312bf482541b778f1e5b657f5f3e8ce6e..d4baab73991a8b1005a29691edcafe08fd91e491 100644 (file)
@@ -34,9 +34,15 @@ B<llvm-extract> will write raw bitcode regardless of the output device.
 
 =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<--help>
+=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>
 
 Print a summary of command line options.