aboutsummaryrefslogtreecommitdiff
path: root/docs/LLVMBuild.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-05-15 18:44:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-05-15 18:44:17 +0000
commitb5cd41e26f89aad2f2dc4f5dc37577f7abf8528a (patch)
tree8a0f75441b6e5641d8c8856c18e09d90c0d40b8c /docs/LLVMBuild.html
parent177a119621f14a6ced87982ada75372815b636cf (diff)
llvm-build: Add support for non-installed libraries (e.g., gtest).
- These libraries are only reported by llvm-config when run from a development tree. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LLVMBuild.html')
-rw-r--r--docs/LLVMBuild.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LLVMBuild.html b/docs/LLVMBuild.html
index 43726a1a0f..9e7f8c7657 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>