diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-05-15 22:06:08 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-05-15 22:06:08 +0000 |
commit | 02b87df98afb03136a1f5076c042696c98524947 (patch) | |
tree | dd6b1cb579d7aea00b3997034abb9d4a1ce69fec /docs/LLVMBuild.html | |
parent | 1f3405800a99939005fd5d27b712e08ecceb5975 (diff) |
Merge in 156319 156837 156838.release_31
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_31@156863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LLVMBuild.html')
-rw-r--r-- | docs/LLVMBuild.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LLVMBuild.html b/docs/LLVMBuild.html index f39a8a6a1c..a8420dd5f9 100644 --- a/docs/LLVMBuild.html +++ b/docs/LLVMBuild.html @@ -272,6 +272,11 @@ required_libraries = Archive BitReader Core Support TransformUtils components. For example, the <i>X86</i> target might define a library group for all of the <i>X86</i> components. That library group might then be included in the <i>all-targets</i> library group.</p></li> + + <li><i>installed</i> <b>[optional]</b> <b>[boolean]</b> + <p>Whether this library is installed. Libraries that are not installed + are only reported by <tt>llvm-config</tt> when it is run as part of a + development directory.</p></li> </ul> </li> |