aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvm-config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandGuide/llvm-config.pod')
-rw-r--r--docs/CommandGuide/llvm-config.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvm-config.pod b/docs/CommandGuide/llvm-config.pod
index 8751d1d..23d213f 100644
--- a/docs/CommandGuide/llvm-config.pod
+++ b/docs/CommandGuide/llvm-config.pod
@@ -38,6 +38,14 @@ Print a summary of B<llvm-config> arguments.
Print the installation prefix for LLVM.
+=item B<--src-root>
+
+Print the source root from which LLVM was built.
+
+=item B<--obj-root>
+
+Print the object root used to build LLVM.
+
=item B<--bindir>
Print the installation directory for LLVM binaries.
@@ -83,6 +91,10 @@ Print all valid component names.
Print the component names for all targets supported by this copy of LLVM.
+=item B<--build-mode>
+
+Print the build mode used when LLVM was built (e.g. Debug or Release)
+
=back
=head1 COMPONENTS