[llvm-commits] [llvm] r143531 - in /llvm/trunk: cmake/modules/TableGen.cmake utils/TableGen/CMakeLists.txt

Chandler Carruth chandlerc at gmail.com
Wed Nov 2 09:58:27 PDT 2011


On Wed, Nov 2, 2011 at 5:57 AM, Peter Collingbourne <peter at pcc.me.uk> wrote:

> On Wed, Nov 02, 2011 at 05:03:06AM -0000, Chandler Carruth wrote:
> > +  set(LLVM_LINK_COMPONENTS ${target}_OLD_LLVM_LINK_COMPONENTS)
>
> Shouldn't this be:
> set(LLVM_LINK_COMPONENTS ${${target}_OLD_LLVM_LINK_COMPONENTS})
> ?
>

Doh, good catch. Thanks! Not surprisingly, nothing *currently* depends on
this, but it should Just Work if they ever do. Fixed in r143545.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111102/531033f4/attachment.html>


More information about the llvm-commits mailing list