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 | b5594e3066328bb512fe84ebe579d23bcbf039b6 (patch) | |
tree | a5002ec8246edeac01c2ed14e4fda7eacd33d93c | |
parent | b90909e40536db17665727f5ca1c618e485464c3 (diff) |
Add new option to usage help.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36347 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/llvm-config/llvm-config.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index bb67e46584..5db4eb92b5 100644 --- a/tools/llvm-config/llvm-config.in.in +++ b/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). |