Displaying 3 results from an estimated 3 matches for "agore".
Did you mean:
agere
2017 Apr 28
3
Problem with Polly build
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.
Eugene.
2017 Apr 30
1
Problem with Polly build
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
2017 May 01
2
Problem with Polly build
Hi Eugene,
It is strange, I also do a clean build with CMake+make with r301734 and it
is ok. Could you provide more details?
Thanks
Hongbin
On Mon, May 1, 2017 at 10:58 AM, Eugene Zelenko via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi, Michael!
>
> On Sun, Apr 30, 2017 at 2:06 PM, Michael Kruse <llvmdev at meinersbur.de>
> wrote:
> > 2017-04-29 0:49