[llvm-commits] [llvm] r143540 - /llvm/trunk/tools/llvm-config/CMakeLists.txt

Chandler Carruth chandlerc at google.com
Wed Nov 2 10:26:13 PDT 2011


On Wed, Nov 2, 2011 at 10:18 AM, Chandler Carruth <chandlerc at google.com>wrote:

> I think this line is still necessary to cause llvm-config to be built at
> all; otherwise nothing depends on it. I'm going to add it back to address
> problems reported with CMake install.


Yea, testing showed that we still need the target, and also still need the
libs -> target dependency edge to ensure proper ordering. Removing the
modification of COMMON_DEPENDS is all good though. See r143548 for the
changes I made.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111102/5b8e5de6/attachment.html>


More information about the llvm-commits mailing list