Make the LLVM Publications link point to /pubs/ since this has moved to
[oota-llvm.git] / docs / CommandGuide / llvmgxx.pod
index 0f23844d195444e19de8c53c7ba375f419704312..00b869c2a39a4a4a9d0e4867f2b47ee2dd675820 100644 (file)
@@ -64,9 +64,17 @@ repeated.
 Link in the library libI<name>.[bc | a | so].  This library should
 be a bytecode library.
 
+=item B<-Wa,>I<option>
+
+Pass I<option> to gccas
+
 =item B<-Wl,>I<option>
 
-Pass I<option> to the linker (usually gccld).
+Pass I<option> to gccld
+
+=item B<-Wa,-disable-inlining -Wl,-disable-inlining>
+
+Fully disable all inlining
 
 =back
 
@@ -77,11 +85,11 @@ occurs, it will exit with a non-zero value.
 
 =head1 SEE ALSO
 
-L<llvm-gcc>, L<gccas>, L<gccld>
+L<llvm-gcc|llvmgcc>, L<gccas>, L<gccld>
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut