Hi Fellows, What is the latest LLVM version that poolalloc tracks? I tried building it under my llvm_3.3 projects directory, but I got the following error message: PoolAllocate.cpp:603:1: error: unused function 'GetNodesReachableFromGlobals' [-Werror,-Wunused-function] GetNodesReachableFromGlobals (DSGraph* G, ^ 1 error generated. Best Regards, Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140304/2e867354/attachment.html>
John Criswell
2014-Mar-04 22:19 UTC
[LLVMdev] The latest LLVM version that poolalloc tracks?
On 3/4/14, 12:28 PM, Paul Vario wrote:> Hi Fellows, > > What is the latest LLVM version that poolalloc tracks? I > tried building it under my llvm_3.3 projects directory, but I got the > following error message:The release_32 branch of poolalloc should compile with LLVM 3.2. To get the release_32 branch, ues the following command: svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_32 poolalloc Regards, John Criswell> > PoolAllocate.cpp:603:1: error: unused function > 'GetNodesReachableFromGlobals' [-Werror,-Wunused-function] > GetNodesReachableFromGlobals (DSGraph* G, > ^ > 1 error generated. > > > Best Regards, > Paul > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140304/36dc8736/attachment.html>