search for: outprog

Displaying 4 results from an estimated 4 matches for "outprog".

2004 Nov 30
0
[LLVMdev] Trouble using llvm tools
I have trouble using the llvm tools.Some of the errors are : $ llvm-dis prog.bc $ llvm-dis: Invalid Top Level Block Length! Type:1, Size:456 (Vers=0, Pos=12) ------------------------------------- $ extract -o=outprog prog.bc $ extract: bytecode didn't read correctly. Where am I doing wrong ?I wish to get human readable form of my bytecode file.The tool giving similar error. Thanks Tanu --------------------------------- Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. -------------...
2004 Nov 30
3
[LLVMdev] Running specific passes
On Monday 29 November 2004 19:39, Chris Lattner wrote: > > > Alternatively, if you don't want to do that, you can build mem2reg into > > > your pass if it works better. To do this, your pass needs to > > > 'addRequired' DominatorTree and DominatorFrontier, then use the > > > interfaces exposed through > > >
2004 Nov 30
0
[LLVMdev] Trouble using llvm tools
...lvm-dis: Invalid Top Level Block Length! Type:1, Size:456 (Vers=0, Pos=12) Can you explain how you generated this bytecode file? It looks corrupted or something. Also, can you send the actual bytecode file itself? Thanks! -Chris > ------------------------------------- > > $ extract -o=outprog prog.bc > $ extract: bytecode didn't read correctly. > > Where am I doing wrong ?I wish to get human readable form of my bytecode file.The tool giving similar error. > > Thanks > > Tanu > > > --------------------------------- > Do you Yahoo!? > Read only the...
2004 Nov 30
4
[LLVMdev] Trouble using llvm tools
...m-dis: Invalid Top Level Block Length! Type:1, Size:456 (Vers=0, Pos=12) Can you explain how you generated this bytecode file? It looks corrupted or something. Also, can you send the actual bytecode file itself? Thanks! -Chris > ------------------------------------- > > $ extract -o=outprog prog.bc > $ extract: bytecode didn't read correctly. > > Where am I doing wrong ?I wish to get human readable form of my bytecode file.The tool giving similar error. > > Thanks > > Tanu > > > --------------------------------- > Do you Yahoo!? > Read only the...