[llvm-dev] Problem with Polly build

Eugene Zelenko via llvm-dev llvm-dev at lists.llvm.org
Mon May 1 10:58:16 PDT 2017


Hi, Michael!

On Sun, Apr 30, 2017 at 2:06 PM, Michael Kruse <llvmdev at meinersbur.de> wrote:
> 2017-04-29 0:49 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>:
>> Hi!
>>
>> I encounter problem with Polly build (in-tree, libraries are linked
>> statically). It appeared ~ 2 days agor for first time.
>>
>> include/llvm/IR/Attributes.h:73:14: fatal error:
>> 'llvm/IR/Attributes.gen' file not found
>>     #include "llvm/IR/Attributes.gen"
>>
>> It seems that dependencies on IR are not set properly.
>
> It might have been a result of intrinsics_gen being a dependency of
> Polly (the library), but not LLVMPolly (the loadable module) due to
> the introduction of the PollyCore intermediate library. It has been
> corrected in r301734.
>
> Michael

I updated to r301808 and problem is still there.

By the word, I do clean build.

Eugene.


More information about the llvm-dev mailing list