<div class="gmail_quote">On Wed, Jun 6, 2012 at 9:27 PM, Jordan Rose <span dir="ltr"><<a href="mailto:jordan_rose@apple.com" target="_blank">jordan_rose@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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?<br>

<br>
For reference, that's Tooling Frontend Driver Serialization Parse Sema Analysis Edit AST Lex Basic.<br></blockquote><div><br></div><div>Done.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Thanks,<br>
Jordan<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Jun 6, 2012, at 10:51 , Manuel Klimek <<a href="mailto:klimek@google.com">klimek@google.com</a>> wrote:<br>
<br>
> Author: klimek<br>
> Date: Wed Jun  6 12:51:31 2012<br>
> New Revision: 158088<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=158088&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=158088&view=rev</a><br>
> Log:<br>
> Documents linking requirements for libtooling.<br>
><br>
><br>
> Modified:<br>
>    cfe/trunk/docs/LibTooling.html<br>
><br>
> Modified: cfe/trunk/docs/LibTooling.html<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.html?rev=158088&r1=158087&r2=158088&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LibTooling.html?rev=158088&r1=158087&r2=158088&view=diff</a><br>

> ==============================================================================<br>
> --- cfe/trunk/docs/LibTooling.html (original)<br>
> +++ cfe/trunk/docs/LibTooling.html Wed Jun  6 12:51:31 2012<br>
> @@ -180,6 +180,30 @@<br>
> </pre><br>
> </p><br>
><br>
> +<h3 id="linking">Linking.</h3><br>
> +<p>Please note that this presents the linking requirements at the time of this<br>
> +writing. For the most up-to-date information, look at one of the tools'<br>
> +Makefiles (for example<br>
> +<a href="<a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup" target="_blank">http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/clang-check/Makefile?view=markup</a>">clang-check/Makefile</a>).<br>

> +</p><br>
> +<br>
> +<p>To link a binary using the tooling infrastructure, link in the following<br>
> +libraries:<br>
> +<ul><br>
> +<li>Analysis</li><br>
> +<li>AST</li><br>
> +<li>Basic</li><br>
> +<li>Driver</li><br>
> +<li>Edit</li><br>
> +<li>Frontend</li><br>
> +<li>Lex</li><br>
> +<li>Parse</li><br>
> +<li>Sema</li><br>
> +<li>Serialization</li><br>
> +<li>Tooling</li><br>
> +</ul><br>
> +</p><br>
> +<br>
> </div><br>
> </body><br>
> </html><br>
><br>
><br>
> _______________________________________________<br>
> cfe-commits mailing list<br>
> <a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br>
</div></div></blockquote></div><br>