[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-config.pod
Reid Spencer
reid at x10sys.com
Tue Aug 1 00:38:55 PDT 2006
Changes in directory llvm/docs/CommandGuide:
llvm-config.pod updated: 1.2 -> 1.3
---
Log message:
Update to include new options.
---
Diffs of the changes: (+12 -0)
llvm-config.pod | 12 ++++++++++++
1 files changed, 12 insertions(+)
Index: llvm/docs/CommandGuide/llvm-config.pod
diff -u llvm/docs/CommandGuide/llvm-config.pod:1.2 llvm/docs/CommandGuide/llvm-config.pod:1.3
--- llvm/docs/CommandGuide/llvm-config.pod:1.2 Tue Jun 6 17:39:59 2006
+++ llvm/docs/CommandGuide/llvm-config.pod Tue Aug 1 02:38:39 2006
@@ -38,6 +38,14 @@
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 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
More information about the llvm-commits
mailing list