Fix PR2369 by making scalarrepl more careful about promoting
[oota-llvm.git] / docs / CommandGuide / llvm-config.pod
index 8751d1d6b9d1fe4b616ba980c325aa962297367a..06f10de221673b7fca7eb4ff2bf79711ac051cc7 100644 (file)
@@ -38,6 +38,14 @@ Print a summary of B<llvm-config> arguments.
 
 Print the installation prefix for LLVM.
 
 
 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.
 =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.
 
 
 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
 =back
 
 =head1 COMPONENTS
@@ -103,7 +115,7 @@ Includes either a native backend or the C backend.
 
 =item B<engine>
 
 
 =item B<engine>
 
-Includes either a native JIT or the bytecode interpreter.
+Includes either a native JIT or the bitcode interpreter.
 
 =back
 
 
 =back