search for: requires_frame_point

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

Did you mean: requires_frame_pointer
2010 Jul 19
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
Hi, Trying to build AOT version of vmkit java, building for that classpath glibj.zip: $ cd vmkit/tools/vmjc/libvmjc $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 has eventually, after 50 minutes, brought: <<< llvm[0]: Compiling glibj.zip to llvm llvm[0]: Optimizing glibj.zip llvm[0]: Compiling glibj.zip.bc to native UNREACHABLE executed! 0 llc 0x0000000000c0e04f 1 llc 0x0000000000c0fc4a 2 libpthread.so.0 0x0000003b64...
2010 Aug 02
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
On Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> wrote: > Trying to build AOT version of vmkit java, > building for that classpath glibj.zip: > > $ cd vmkit/tools/vmjc/libvmjc > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 > > has eventually, after 50 minutes, brought: > <<< > llvm[0]: Compiling glibj.zip to llvm > llvm[0]: Optimizing glibj.zip > llvm[0]: Compiling glibj.zip.bc to native > UNREACHABLE executed! > 0  llc             0x0000000000c0e04f > 1  llc             0x0000...
2010 Aug 03
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...Mon, Jul 19, 2010 at 7:40 PM, Minas Abrahamyan <minas.subs at gmail.com> > wrote: > > Trying to build AOT version of vmkit java, > > building for that classpath glibj.zip: > > > > $ cd vmkit/tools/vmjc/libvmjc > > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 > > > > has eventually, after 50 minutes, brought: > > <<< > > llvm[0]: Compiling glibj.zip to llvm > > llvm[0]: Optimizing glibj.zip > > llvm[0]: Compiling glibj.zip.bc to native > > UNREACHABLE executed! > > 0 llc 0x0000000...
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...IZED=1' to build it (I follow the instructions in this page: http://vmkit.llvm.org/use_mmtk.html) After it's done, `j3' works properly. Then I follow these instructions to enable AOT compilation: http://vmkit.llvm.org/use_aot.html * cd tools/vmjc/libvmjc * make ENABLE_OPTIMIZED=1 REQUIRES_FRAME_POINTER=1 And an error is occurred: ============================================================ llvm[0]: Compiling glibj.zip to llvm llvm[0]: Optimizing glibj.zip Instruction does not dominate all uses! %60 = getelementptr %MutatorThread* %59, i32 0, i32 6 ; <i1*> [#uses=2] %191 = load i1* %60...
2010 Aug 04
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...0 PM, Minas Abrahamyan <minas.subs at gmail.com> >> wrote: >> > Trying to build AOT version of vmkit java, >> > building for that classpath glibj.zip: >> > >> > $ cd vmkit/tools/vmjc/libvmjc >> > $ make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 REQUIRES_FRAME_POINTER=1 >> > >> > has eventually, after 50 minutes, brought: >> > <<< >> > llvm[0]: Compiling glibj.zip to llvm >> > llvm[0]: Optimizing glibj.zip >> > llvm[0]: Compiling glibj.zip.bc to native >> > UNREACHABLE executed! >> &...