search for: ratneshtr09

Displaying 3 results from an estimated 3 matches for "ratneshtr09".

2018 Jul 31
2
LLJVM make error
Hi fellow devs, I was looking for converting LLVM IR to JavaBytecode by using lljvm project of https://github.com/davidar/lljvm They don't seem to compile, once i run *make* in the root directory it give me the error : cd include && make all make[1]: Entering directory `/home/rtiwari1/llvm_new/lljvm/include' make[1]: Nothing to be done for `all'. make[1]: Leaving
2018 Aug 01
2
LLJVM make error
...Ammar Naqvi via llvm-dev Sat Mar 26 23:29:03 PDT 2016 > > http://lists.llvm.org/pipermail/llvm-dev/2016-March/097665.html <http://lists.llvm.org/pipermail/llvm-dev/2016-March/097665.html> > > Thank you. > > > > On Wed, Aug 1, 2018 at 12:32 AM, Ratnesh Tiwari <ratneshtr09 at gmail.com <mailto:ratneshtr09 at gmail.com>> wrote: > Hi fellow devs, > > I was looking for converting LLVM IR to JavaBytecode by using lljvm project of https://github.com/davidar/lljvm <https://github.com/davidar/lljvm> > > They don't seem to compile, once...
2018 Aug 25
3
PATypeHolder, refineAbstractTypeTo(), addTypeName not found
I am following the code of the project https://llvm.org/svn/llvm-project/java/trunk/lib/Compiler/Resolver.cpp, But some class/function of it is not present in my source code due to replacement of this function in newer llvm verion. Can someone please suggest me the alternative approach of these function in latest llvm version. Here are those classes and functions : 1) PATypeHolder 2)