search for: vmkit_test

Displaying 2 results from an estimated 2 matches for "vmkit_test".

2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...orld.class.bc That produces for me a reasonable native assembly file. Next I assemble and link, using a set of libraries/objects inspired by `llcj` and refined by a semi-automated trial-and-error: /path/to/llvm33/bin/clang++ -g3 -O0 -o HelloWorld.class.exe HelloWorld.class.sed.s -L/path/to/vmkit_test-codechanges/Debug+Asserts/lib -L/path/to/llvm33/lib -pthread -lm -ldl -lz -lJ3 -lClasspath -lJ3Compiler -lCommonThread -lVmkit -lVmkitCompiler -lPrecompiled -lFinalMMTk -lLLVMX86Info -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Utils -lLLVMX86AsmPrinter -lLLVMExecutionEngine -lLLVMScalarOpts -l...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...(.bc -> asm) to make > sure I'm on the right path! > > > > 1- CONFIGURATION > > I can configure out of the box with no problem. But perhaps I need to > configure differently. > > > > I start with a clean checkout of the VMKit repository into > /path/to/vmkit_test-clean . I'm on x86_64 using OpenJDK1.6 as follows: > > > > ========== > > /path/to/vmkit_test-clean > > ./configure --with-llvm-config-path=/path/to/llvm33/bin/llvm-config > --with-classpath-impl=openjdk > --with-openjdk-path=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0....