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 | 9712b2c06c151333215c0e6a2224bc0eed128762 (patch) | |
| tree | cf8be437a8e2b8e8fe032ac1fe68f7e6b6e073bb /llvm/docs/UsingLibraries.html | |
| parent | 54423b2a86f1b1683c539fc3ff6ed004a57a116f (diff) | |
| download | bcm5719-llvm-9712b2c06c151333215c0e6a2224bc0eed128762.tar.gz bcm5719-llvm-9712b2c06c151333215c0e6a2224bc0eed128762.zip | |
Direct CMake users to the right place for up-to-date info about using
LLVM libraries.
llvm-svn: 114139
Diffstat (limited to 'llvm/docs/UsingLibraries.html')
| -rw-r--r-- | llvm/docs/UsingLibraries.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/UsingLibraries.html b/llvm/docs/UsingLibraries.html index b1a3b4de62c..e06838b4cdb 100644 --- a/llvm/docs/UsingLibraries.html +++ b/llvm/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> |

