[llvm-commits] [PATCH] Missing libraries in cmake build?

Chris Lattner clattner at apple.com
Wed Apr 14 16:17:26 PDT 2010


On Apr 14, 2010, at 6:50 AM, Tobias Grosser wrote:

> 
> The issues can be solved by adding this to CMAKE:
> 
> target_link_libraries (LLVMipo LLVMScalarOpts LLVMInstCombine)
> 
> So scalaropts will not depend on instcombine, however IPO will. This sounds OK to me.
> 
> I attached a patch. OK to commit?

Sure, go for it, thanks.

-Chris



More information about the llvm-commits mailing list