[llvm-commits] [release_18] CVS: llvm/docs/CommandGuide/llvm-config.pod

Reid Spencer reid at x10sys.com
Tue Aug 1 00:40:10 PDT 2006



Changes in directory llvm/docs/CommandGuide:

llvm-config.pod updated: 1.2 -> 1.2.2.1
---
Log message:

Merge changes for 1.8 release (new options in llvm-config)


---
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.2.2.1
--- 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:39:54 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