search for: prachee

Displaying 3 results from an estimated 3 matches for "prachee".

Did you mean: brachet
2011 May 06
2
[LLVMdev] UNREACHABLE executed ! error
...cuted! 0 lli 0x08699718 Stack dump: 0. Program arguments: ../install/bin/lli test.bc 1. Running pass 'X86 Machine Code Emitter' on function '@main' Aborted" But, ../install/bin/llc test.bc :- does not give any error. Also, This problem does not occur for LLVM 2.6. Regards Prachee Yogi
2011 May 06
0
[LLVMdev] UNREACHABLE executed ! error
On 5/6/11 3:31 PM, pracheeyogi at cse.iitb.ac.in wrote: > Hi, > > On LLVM 2.8, on executing following command > ../install/bin/lli test.bc > > It gives following error > > "UNREACHABLE executed! > 0 lli 0x08699718 > Stack dump: > 0. Program arguments: ../install/bin/lli test.bc > 1....
2011 Mar 24
1
[LLVMdev] How to add a pass to JIT
Hi, Please tell how can I add a pass in the JIT (Just-in-time) compiler of LLVM? Thanks.