note how to disable inlining
authorChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 20:09:33 +0000 (20:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 20:09:33 +0000 (20:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21969 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvmgcc.pod
docs/CommandGuide/llvmgxx.pod

index 6dc8c04d483c184c969d5e0bc69da6d676e0b91d..42012559c0a5f18e5bf83f2ad2e1b4204b42c5e2 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>I<option>
+
+Fully disable all inlining
 
 =back
 
index 16379c249a33ca85c5f92718cdcddffd7fd10686..dcf57021055df84ab8389d283b394a128719af15 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>I<option>
+
+Fully disable all inlining
 
 =back