aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/CommandGuide/llvmgcc.pod10
-rw-r--r--docs/CommandGuide/llvmgxx.pod10
2 files changed, 18 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvmgcc.pod b/docs/CommandGuide/llvmgcc.pod
index 6dc8c04..4201255 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 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