note how to disable inlining

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-05-13 20:09:33 +00:00
parent 0a3aac21a5
commit f494e720cf
2 changed files with 18 additions and 2 deletions

View 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

View 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