mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-03 01:48:15 +00:00
note how to disable inlining
llvm-svn: 21969
This commit is contained in:
parent
71f466f05c
commit
788dc6e5fa
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user