search for: r301734

Displaying 5 results from an estimated 5 matches for "r301734".

2017 Apr 30
1
Problem with Polly build
...ibutes.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
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: > > 2...
2017 May 04
2
Problem with Polly build
...> <llvm-dev at lists.llvm.org>: >>> Hi, Hongbin! >>> >>> On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote: >>>> 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 >>> >>> My CMake parameters: >>> >>> ${CMake} \ >>> -DCMAKE_BUILD_TYPE="Release"...
2017 May 01
2
Problem with Polly build
...17-05-01 20:16 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>: > Hi, Hongbin! > > On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote: >> 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 > > My CMake parameters: > > ${CMake} \ > -DCMAKE_BUILD_TYPE="Release" \ > -DCMAKE_INSTALL_PREFIX:PATH=${InstallDir} \ > -...
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.