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

Jordan Rose jordan_rose at apple.com
Wed Jun 6 12:27:11 PDT 2012


Just to be as helpful as possible, can we put these in stupid-ld-required order? I broke a buildbot the other day because my ld resolves library dependencies but the bot's didn't. Or does no one use linkers that don't do this anymore?

For reference, that's Tooling Frontend Driver Serialization Parse Sema Analysis Edit AST Lex Basic.

Thanks,
Jordan


On Jun 6, 2012, at 10:51 , Manuel Klimek <klimek at google.com> wrote:

> 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>
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list