=head2 General Options
+=over
+
=item B<-help>
Print a summary of command line options.
Record the amount of time needed for each pass and print it to standard
error.
+=back
+
=head2 Input/Output Options
=over
temporary file into which the program should place its optimized output. For
example, the "no-op optimization" would be a simple shell script:
-=over
-
-#!/bin/bash
-cp $1 $2
-
-=back
+ #!/bin/bash
+ cp $1 $2
=back
-
=head1 EXIT STATUS
If B<llvm-ld> succeeds, it will exit with 0 return code. If an error occurs,