[llvm-commits] [llvm] r114139 - /llvm/trunk/docs/UsingLibraries.html
Oscar Fuentes
ofv at wanadoo.es
Thu Sep 16 17:30:52 PDT 2010
Author: ofv
Date: Thu Sep 16 19:30:52 2010
New Revision: 114139
URL: http://llvm.org/viewvc/llvm-project?rev=114139&view=rev
Log:
Direct CMake users to the right place for up-to-date info about using
LLVM libraries.
Modified:
llvm/trunk/docs/UsingLibraries.html
Modified: llvm/trunk/docs/UsingLibraries.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/UsingLibraries.html?rev=114139&r1=114138&r2=114139&view=diff
==============================================================================
--- llvm/trunk/docs/UsingLibraries.html (original)
+++ llvm/trunk/docs/UsingLibraries.html Thu Sep 16 19:30:52 2010
@@ -23,7 +23,11 @@
<p>Written by <a href="mailto:rspencer at 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>
More information about the llvm-commits
mailing list