diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-08-01 07:38:39 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-08-01 07:38:39 +0000 |
| commit | 69e2232a1b4cab575e72dd985c4a69e091ef4b04 (patch) | |
| tree | 4329873c3e896eae2e632012cd6946dbdd72e945 /llvm | |
| parent | a16d650fe8e6a049f82ed31eaf4574f2aa7bb686 (diff) | |
| download | bcm5719-llvm-69e2232a1b4cab575e72dd985c4a69e091ef4b04.tar.gz bcm5719-llvm-69e2232a1b4cab575e72dd985c4a69e091ef4b04.zip | |
Update to include new options.
llvm-svn: 29426
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-config.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-config.pod b/llvm/docs/CommandGuide/llvm-config.pod index 8751d1d6b9d..23d213f999b 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 |

