diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvmgcc.pod | 10 | ||||
-rw-r--r-- | docs/CommandGuide/llvmgxx.pod | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmgcc.pod b/docs/CommandGuide/llvmgcc.pod index 6dc8c04d48..42012559c0 100644 --- a/docs/CommandGuide/llvmgcc.pod +++ b/docs/CommandGuide/llvmgcc.pod @@ -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 diff --git a/docs/CommandGuide/llvmgxx.pod b/docs/CommandGuide/llvmgxx.pod index 16379c249a..dcf5702105 100644 --- a/docs/CommandGuide/llvmgxx.pod +++ b/docs/CommandGuide/llvmgxx.pod @@ -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 |