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

Peter Collingbourne peter at pcc.me.uk
Wed Nov 2 05:57:26 PDT 2011


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})
?

Thanks,
-- 
Peter



More information about the llvm-commits mailing list