[LLVMdev] VMKIT: Assertion at build

Alexander Betts alex.betts at gmail.com
Sat Jun 9 17:16:30 PDT 2012


On Jun 9, 2012, at 11:14 AM, Alexander Betts wrote:

> On Jun 7, 2012, at 4:32 PM, Foivos S. Zakkak wrote:
> 
>> Hi Nicolas,
>> 
>> it looks like there are missing things
>> 
>> $ more lib/j3/LLVMRuntime/LLVMRuntime.inc
>> // Generated by llvm2cpp - DO NOT MODIFY!
>> 
>> 
>> Module* makeLLVMModuleContents(Module *mod) {
>> 
>> mod->setModuleIdentifier("<stdin>");
>> 
>> // Type Definitions
>> 
>> // Function Declarations
>> 
>> // Global Variable Declarations
>> 
>> 
>> // Constant Definitions
>> 
>> // Global Variable Definitions
>> 
>> // Function Definitions
>> 
>> return mod;
>> 
>> }
>> 
>> Foivos
> 
> 
> Hi guys --
> 
> I'm having a similar problem with VMKit - the build fails at the same point as it does for Foivos, although my stack trace is different:
> 
> ...
> thanks!
> 
> -- Alex

Okay, well I figured out the problem that I was having - I was trying to build vmkit against classpath 0.99 instead of classpath 0.97.

thanks!

-- Alex



More information about the llvm-dev mailing list