diff options
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> |