[polly] r222977 - cmake: Add polly libraries to LLVMExports

Tobias Grosser tobias at grosser.es
Sun Nov 30 05:32:18 PST 2014


On 30.11.2014 13:45, Tobias Grosser wrote:
> Author: grosser
> Date: Sun Nov 30 06:45:44 2014
> New Revision: 222977
>
> URL: http://llvm.org/viewvc/llvm-project?rev=222977&view=rev
> Log:
> cmake: Add polly libraries to LLVMExports
>
> This fixes LINK_POLLY_INTO_TOOLS=ON builds, which previously failed with:
>
> CMake Error: install(EXPORT "LLVMExports" ...) includes target "opt" which
> requires target "Polly" that is not in the export set.
>
> CMake Error: install(EXPORT "LLVMExports" ...) includes target "bugpoint" which
> requires target "Polly" that is not in the export set.

Hi Brad, hi Nakumaru,

I just 'fixed' a cmake issue in Polly. Could you possibly crosscheck my 
solution?

Thanks,
Tobias



More information about the llvm-commits mailing list