<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 12, 2014 at 2:21 PM, Sebastian Pop <span dir="ltr"><<a href="mailto:spop@codeaurora.org" target="_blank">spop@codeaurora.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Chandler Carruth wrote:<br>
> Why is this needed? I would really rather these stay isolated in polly...<br>
<br>
</div>We need this to statically link polly into tools like opt.<br>
<br>
If we only link LLVMPolly.a against the libs required by polly, linking<br>
LLVMPolly.a into the tools, the linker complains about missing symbols.<br>
This does not happen when linking into the tools both LLVMPolly.a and the<br>
required polly libs.</blockquote></div><br>CMake should be perfectly capable of sustaining transitive deps so that if the tolo deps on the archive, the tool links against the libraries.</div></div>