search for: findmetadata

Displaying 5 results from an estimated 5 matches for "findmetadata".

2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...g > -load=../../Release+Asserts/lib/static-gc-printer.so . I found this in a > previous post to the LLVM list. Is this correct? > > Yes, it's mandatory. > > > => The output I see is as follows: > > ========== > > llc: VmkitGCPrinter.cpp:268: llvm::Constant *FindMetadata(const > llvm::Function &): Assertion `0 && "Should have found a JavaMethod"' failed. > > 0 llc 0x000000000154d5ee > llvm::sys::PrintStackTrace(_IO_FILE*) + 46 > > 1 llc 0x000000000154d8ab > > 2 llc...
2012 Nov 06
0
[LLVMdev] vmjc + llc questions
...39;t quite understand yet. I'm just curious if anybody can point me in the right direction. $ javac helloworld.java $ vmjc -o helloworld.bc helloworld.class $ llc -load=<...>/Release+Asserts/lib/StaticGCPrinter.so helloworld.bc -o helloworld.s llc: VmkitGCPrinter.cpp:268: llvm::Constant* FindMetadata(const llvm::Function&): Assertion `0 && "Should have found a JavaMethod"' failed. 0 llc 0x000000000103726f 1 llc 0x0000000001037799 2 libpthread.so.0 0x00007fea25133cb0 3 libc.so.6 0x00007fea24387445 gsignal + 53 4 libc.so.6...
2012 Jun 29
0
[LLVMdev] Error using llcj
...ase+Debug+Asserts/bin/llc /tmp/llvm_Wa4yw2/hello.bc -disable-fp-elim -disable-branch-fold -disable-cfi -disable-debug-info-print -load=/home/shyam/classpath-0.97.2/lib/vmkit/Release+Debug+Asserts/lib/StaticGCPrinter.so -o /tmp/llvm_Wa4yw2/hello.s (null) llc: VmkitGCPrinter.cpp:283: llvm::Constant* FindMetadata(const llvm::Function&): Assertion `0 && "Should have found a JavaMethod"' failed.0 llc 0x08c83b58Stack dump:0. Program arguments: /home/shyam/llvmbuild/Release+Debug+Asserts/bin/llc /tmp/llvm_Wa4yw2/hello.bc -disable-fp-elim -disable-branch-fold -disable-cfi -disable-debu...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Hello again Gaƫl, (et al) More on rekindling work on VMKit! Thank you for your interactions thus far on- and off-list. As you suggested in your VMKit-retirement email (to which I'm attempting to respond), I'm interested in producing a Java-to-LLVM compiler out of VMKit. I'd like to take you up on your offer to help understand the architecture. If I can get the a Java-to-LLVM
2014 Mar 07
2
[LLVMdev] Running VMKit's AOT Java Compiler
Hi, I'm new to VMKit and I'm trying to use its AOT Java compiler but I'm immediately getting an error message which I don't understand. Everything was compiler as suggested in the Getting Started tutorial, using GNU Classpath. I try to run: llcj ../../tools/trainer/Release+Asserts/HelloWorld.class and get the following output: Can not materiale a function in AOT mode.0