Displaying 2 results from an estimated 2 matches for "nikhilreddi".
Did you mean:
nikhilreddy
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
llvm[4]: Compiling PoolAllocate.cpp for Release+Asserts build
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:
In member function ‘virtual bool
llvm::PoolAllocate::runOnModule(llvm::Module&)’:
/home/NIKHILREDDY/WORK/LLVM_SRC/projects/poolalloc/lib/PoolAllocate/PoolAllocate.cpp:403:16:
error: ‘class llvm::Constant’ has no member named
2015 Jul 29
0
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
Dear Nikhil,
The lib/PoolAllocate code doesn't compile with LLVM mainline, and you
don't need it for SAFECode. You can remove PoolAllocate from the list
of directories to compile in poolalloc/lib/Makefile.
Also, are you using the code from Peter's Github repository? I think
Peter made this change in his code already.
Regards,
John Criswell
On 7/29/15 11:27 AM, Nikhil Reddy