diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-22 18:33:20 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-04-22 18:33:20 +0000 |
commit | bb693dcfb1961ebb0115ac15812e84f5503fbe50 (patch) | |
tree | c46a3728112fb3d9b7e8e9a134c2d0e947776ea1 /llvm/tools | |
parent | c6a83847a2ee2ecec9e8404c307e0a6e122350a0 (diff) | |
download | bcm5719-llvm-bb693dcfb1961ebb0115ac15812e84f5503fbe50.tar.gz bcm5719-llvm-bb693dcfb1961ebb0115ac15812e84f5503fbe50.zip |
Add new option to usage help.
llvm-svn: 36347
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llvm-config/llvm-config.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-config/llvm-config.in.in b/llvm/tools/llvm-config/llvm-config.in.in index bb67e46584e..5db4eb92b58 100644 --- a/llvm/tools/llvm-config/llvm-config.in.in +++ b/llvm/tools/llvm-config/llvm-config.in.in @@ -195,6 +195,7 @@ Options: --libfiles Fully qualified library filenames for makefile depends. --components List of all possible components. --targets-built List of all targets currently built. + --host-target Target triple used to configure LLVM. --build-mode Print build mode of LLVM tree (e.g. Debug or Release). Typical components: all All LLVM libraries (default). |