note how to disable inlining

llvm-svn: 21969
This commit is contained in:
Chris Lattner 2005-05-13 20:09:33 +00:00
parent 4aefdd0f62
commit d941d9c6a0
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