[cfe-commits] r158088 - /cfe/trunk/docs/LibTooling.html

Manuel Klimek klimek at google.com
Wed Jun 6 10:51:31 PDT 2012


Author: klimek
Date: Wed Jun  6 12:51:31 2012
New Revision: 158088

URL: http://llvm.org/viewvc/llvm-project?rev=158088&view=rev
Log:
Documents linking requirements for libtooling.


Modified:
    cfe/trunk/docs/LibTooling.html

Modified: cfe/trunk/docs/LibTooling.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.html?rev=158088&r1=158087&r2=158088&view=diff
==============================================================================
--- cfe/trunk/docs/LibTooling.html (original)
+++ cfe/trunk/docs/LibTooling.html Wed Jun  6 12:51:31 2012
@@ -180,6 +180,30 @@
 </pre>
 </p>
 
+<h3 id="linking">Linking.</h3>
+<p>Please note that this presents the linking requirements at the time of this
+writing. For the most up-to-date information, look at one of the tools'
+Makefiles (for example
+<a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup">clang-check/Makefile</a>).
+</p>
+
+<p>To link a binary using the tooling infrastructure, link in the following
+libraries:
+<ul>
+<li>Analysis</li>
+<li>AST</li>
+<li>Basic</li>
+<li>Driver</li>
+<li>Edit</li>
+<li>Frontend</li>
+<li>Lex</li>
+<li>Parse</li>
+<li>Sema</li>
+<li>Serialization</li>
+<li>Tooling</li>
+</ul>
+</p>
+
 </div>
 </body>
 </html>





More information about the cfe-commits mailing list