search for: decapsuleprimitive

Displaying 4 results from an estimated 4 matches for "decapsuleprimitive".

2009 Sep 18
3
[LLVMdev] compiling java frontend
Thanks, I am now working on compiling up VMKit. When compiling VMKit in my up-to-date svn checkout I get several error messages on missing members of the class 'llvm::Type': PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const llvm::Type*, std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >&)’: PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’ PNetLib.cpp:698: error: ‘Int8Ty’ is not a member of ‘llvm::Type’ PNetLib.cpp:702: error: ‘Int16Ty’ is not a mem...
2009 Sep 18
0
[LLVMdev] compiling java frontend
...ntend is up-to-date. Nicolas Andreas Saebjoernsen wrote: > Thanks, I am now working on compiling up VMKit. When compiling VMKit > in my up-to-date svn checkout I get several error messages on missing > members of the class 'llvm::Type': > > PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const > llvm::Type*, std::vector<llvm::GenericValue, > std::allocator<llvm::GenericValue> >&)’: > PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’ > PNetLib.cpp:698: error: ‘Int8Ty’ is not a member of ‘llvm::Type’ > PNetLib.cpp:702: er...
2009 Sep 17
0
[LLVMdev] compiling java frontend
On Sep 17, 2009, at 4:17 PM, Andreas Saebjoernsen wrote: > I am trying to compile the Java frontend in > https:/llvm.org/svn/llvm-project/java/trunk > If there are another preferred Java frontend available, and it is > suited for translating Java bytecode to LLVM bytecode, I'd be happy > to use that frontend instead. That is really old and out of date, I'm sure it
2009 Sep 17
2
[LLVMdev] compiling java frontend
I am trying to compile the Java frontend in https:/ llvm.org/svn/llvm-project/java/trunk If there are another preferred Java frontend available, and it is suited for translating Java bytecode to LLVM bytecode, I'd be happy to use that frontend instead. thanks, Andreas On Thu, Sep 17, 2009 at 4:03 PM, Chris Lattner <clattner at apple.com> wrote: > > On Sep 17, 2009, at 3:59