mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
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:
parent
0a3aac21a5
commit
f494e720cf
@ -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