summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-01 07:39:54 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-01 07:39:54 +0000
commitc0de11dda6f5421adae373dd5b5b2668d21c4079 (patch)
treefd944403866bbba8a9a37a9190e027f49ce3c9f2
parent6e0544bf5f5d358c4897e78d4e0585998d3f1e2b (diff)
downloadllvm-c0de11dda6f5421adae373dd5b5b2668d21c4079.tar.gz
Merge changes for 1.8 release (new options in llvm-config)
llvm-svn: 29427
-rw-r--r--llvm/docs/CommandGuide/llvm-config.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-config.pod b/llvm/docs/CommandGuide/llvm-config.pod
index 8751d1d6b9d1..23d213f999be 100644
--- a/llvm/docs/CommandGuide/llvm-config.pod
+++ b/llvm/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