[llvm-commits] [llvm] r136327 - /llvm/trunk/cmake/modules/LLVMLibDeps.cmake

Óscar Fuentes ofv at wanadoo.es
Wed Jul 27 21:10:47 PDT 2011


Chandler Carruth <chandlerc at google.com> writes:

> On Wed, Jul 27, 2011 at 7:33 PM, Oscar Fuentes <ofv at wanadoo.es> wrote:
>
>> Updated cmake library dependencies.
>
>
> These dependencies are incorrect. I'm tracking down bugs in how we are
> automatically computing dependencies related to this, but please revert or I
> will when I get to it.

Reverting will cause lots of pain to users who will see how the build
automatically updates LLVMLibDeps.cmake, and then the subsequent builds
will fail.

r136328 adds some explicit library dependencies that makes the build
succeed with this change. So let's keep this for now until we figure out
a proper fix for the problem.



More information about the llvm-commits mailing list