diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2012-05-15 18:44:17 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2012-05-15 18:44:17 +0000 |
| commit | c364d68bf2e17a2b60c37388210c0797a9fbf7e2 (patch) | |
| tree | 78021049de86b97bd4fe4ba5f2d13b077e0c2307 /llvm/docs | |
| parent | f876da13d0de82fdb79ec09eec571378d9399da1 (diff) | |
| download | bcm5719-llvm-c364d68bf2e17a2b60c37388210c0797a9fbf7e2.tar.gz bcm5719-llvm-c364d68bf2e17a2b60c37388210c0797a9fbf7e2.zip | |
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.
llvm-svn: 156838
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/LLVMBuild.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/LLVMBuild.html b/llvm/docs/LLVMBuild.html index 43726a1a0ff..9e7f8c76577 100644 --- a/llvm/docs/LLVMBuild.html +++ b/llvm/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> |

