Guoliang Jin
2010-Jun-29 08:01 UTC
[LLVMdev] poolalloc error: ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’
Hi there, I checked out the poolalloc project from svn repository. I got the error ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’ while compiling. Does poolalloc only compile under LLVM 2.7 or earlier, but not the LLVM under development? Thanks, Guoliang
John Criswell
2010-Jun-29 14:03 UTC
[LLVMdev] poolalloc error: ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’
Guoliang Jin wrote:> Hi there, > > I checked out the poolalloc project from svn repository. I got the error > ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’ while > compiling. Does poolalloc only compile under LLVM 2.7 or earlier, but > not the LLVM under development? >That is correct. Mainline poolalloc compiles with LLVM 2.7. The release_26 branch of poolalloc compiles with LLVM 2.6. -- John T.> Thanks, > Guoliang > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >