search for: 93mb

Displaying 4 results from an estimated 4 matches for "93mb".

Did you mean: 3mb
2010 Jul 19
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
.../mn/tests/VMkit/llvm/Release-Asserts/bin/llc -relocation-model=pic -disable-fp-elim glibj-optimized.zip.bc -o glibj.zip.s 1. Running pass 'Function Pass Manager' on module 'glibj-optimized.zip.bc'. make: *** [glibj.zip.s] Aborted (core dumped) >>> File sizes: glibj.zip.bc (93Mb), glibj-optimized.zip.bc (93Mb), glibj-optimized.zip.s was ~>190Mb when this crush occurred. How this can be corrected? Thanks, Minas
2010 Aug 02
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...in/llc > -relocation-model=pic -disable-fp-elim glibj-optimized.zip.bc -o > glibj.zip.s > 1.      Running pass 'Function Pass Manager' on module 'glibj-optimized.zip.bc'. > make: *** [glibj.zip.s] Aborted (core dumped) >>>> > > File sizes: glibj.zip.bc (93Mb), glibj-optimized.zip.bc (93Mb), > glibj-optimized.zip.s  was ~>190Mb when this crush occurred. > > How this can be corrected? Attached patch should fix the issue. The unreachable condition was caused by a constant expression involving an inttoptr from i32. This results in a zext to...
2010 Aug 03
2
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...disable-fp-elim glibj-optimized.zip.bc -o > > glibj.zip.s > > 1. Running pass 'Function Pass Manager' on module > 'glibj-optimized.zip.bc'. > > make: *** [glibj.zip.s] Aborted (core dumped) > >>>> > > > > File sizes: glibj.zip.bc (93Mb), glibj-optimized.zip.bc (93Mb), > > glibj-optimized.zip.s was ~>190Mb when this crush occurred. > > > > How this can be corrected? > > Attached patch should fix the issue. The unreachable condition was > caused by a constant expression involving an inttoptr from i32...
2010 Aug 04
0
[LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
...ip.bc -o >> > glibj.zip.s >> > 1.      Running pass 'Function Pass Manager' on module >> > 'glibj-optimized.zip.bc'. >> > make: *** [glibj.zip.s] Aborted (core dumped) >> >>>> >> > >> > File sizes: glibj.zip.bc (93Mb), glibj-optimized.zip.bc (93Mb), >> > glibj-optimized.zip.s  was ~>190Mb when this crush occurred. >> > >> > How this can be corrected? >> >> Attached patch should fix the issue.  The unreachable condition was >> caused by a constant expression involv...