summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-01 07:38:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-01 07:38:39 +0000
commitca6a18f9dc99359ae65a9588f3e9852bb528c44d (patch)
tree6ad1dd8cd6b1083cc598ad1c9171f3fbac833262 /docs
parente131ec935b06a8f8d8df5cb08df422f94a4f76b8 (diff)
downloadllvm-ca6a18f9dc99359ae65a9588f3e9852bb528c44d.tar.gz
llvm-ca6a18f9dc99359ae65a9588f3e9852bb528c44d.tar.bz2
llvm-ca6a18f9dc99359ae65a9588f3e9852bb528c44d.tar.xz
Update to include new options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29426 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 8751d1d6b9..23d213f999 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