diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-17 00:30:52 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-17 00:30:52 +0000 |
commit | d3a046518f87b559354f7d15d1da5f3ecc429d48 (patch) | |
tree | 6f6dea177ff51928032946101408877a829f2436 | |
parent | f56ba2b0613b8f3043ef3f3262ad76db2cc2fd2d (diff) |
Direct CMake users to the right place for up-to-date info about using
LLVM libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114139 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/UsingLibraries.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html index b1a3b4de62..e06838b4cd 100644 --- a/docs/UsingLibraries.html +++ b/docs/UsingLibraries.html @@ -23,7 +23,11 @@ <p>Written by <a href="mailto:rspencer@x10sys.com">Reid Spencer</a></p> </div> -<p class="doc_warning">Warning: This document is out of date, please see <a href="CommandGuide/html/llvm-config.html">llvm-config</a> for more information.</p> +<p class="doc_warning">Warning: This document is out of date, for more + information please + see <a href="CommandGuide/html/llvm-config.html">llvm-config</a> or, + if you use CMake, <a href=CMake.html#embedding>the CMake LLVM + guide</a>.</p> <!-- ======================================================================= --> <div class="doc_section"><a name="abstract">Abstract</a></div> |