Make the LLVM Publications link point to /pubs/ since this has moved to
[oota-llvm.git] / docs / CommandGuide / llvmgxx.pod
index 16379c249a33ca85c5f92718cdcddffd7fd10686..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
 
@@ -81,7 +89,7 @@ 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