[llvm-commits] CVS: llvm/docs/CommandGuide/llvmgcc.pod llvmgxx.pod
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 13:09:47 PDT 2005
Changes in directory llvm/docs/CommandGuide:
llvmgcc.pod updated: 1.4 -> 1.5
llvmgxx.pod updated: 1.4 -> 1.5
---
Log message:
note how to disable inlining
---
Diffs of the changes: (+18 -2)
llvmgcc.pod | 10 +++++++++-
llvmgxx.pod | 10 +++++++++-
2 files changed, 18 insertions(+), 2 deletions(-)
Index: llvm/docs/CommandGuide/llvmgcc.pod
diff -u llvm/docs/CommandGuide/llvmgcc.pod:1.4 llvm/docs/CommandGuide/llvmgcc.pod:1.5
--- llvm/docs/CommandGuide/llvmgcc.pod:1.4 Wed Dec 22 00:47:25 2004
+++ llvm/docs/CommandGuide/llvmgcc.pod Fri May 13 15:09:33 2005
@@ -64,9 +64,17 @@
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: llvm/docs/CommandGuide/llvmgxx.pod
diff -u llvm/docs/CommandGuide/llvmgxx.pod:1.4 llvm/docs/CommandGuide/llvmgxx.pod:1.5
--- llvm/docs/CommandGuide/llvmgxx.pod:1.4 Wed Dec 22 00:48:03 2004
+++ llvm/docs/CommandGuide/llvmgxx.pod Fri May 13 15:09:33 2005
@@ -64,9 +64,17 @@
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
More information about the llvm-commits
mailing list