<div class="gmail_quote">On Wed, Nov 2, 2011 at 5:57 AM, Peter Collingbourne <span dir="ltr"><<a href="mailto:peter@pcc.me.uk">peter@pcc.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Nov 02, 2011 at 05:03:06AM -0000, Chandler Carruth wrote:<br>
> +  set(LLVM_LINK_COMPONENTS ${target}_OLD_LLVM_LINK_COMPONENTS)<br>
<br>
</div>Shouldn't this be:<br>
set(LLVM_LINK_COMPONENTS ${${target}_OLD_LLVM_LINK_COMPONENTS})<br>
?<br></blockquote><div><br></div><div>Doh, good catch. Thanks! Not surprisingly, nothing *currently* depends on this, but it should Just Work if they ever do. Fixed in r143545.</div></div>