aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvmgxx.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvmgxx.pod')
-rw-r--r--docs/CommandGuide/llvmgxx.pod10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvmgxx.pod b/docs/CommandGuide/llvmgxx.pod
index 16379c2..dcf5702 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