Displaying 3 results from an estimated 3 matches for "bebb28i".
2009 Mar 13
2
[LLVMdev] store the LLVM-bitcode from a pass
...tion(i32 2)
call void (...)* @jLLVMAnnotation(i32 3, i32 4)
%0 = tail call i32 @puts(i8* getelementptr ([12 x i8]* @.str, i32 0, i32 0)) ; <i32> [#uses=0]
ret i32 0
}
declare i32 @puts(i8*)
define void @jLLVMAnnotation(...) {
fncEntry:
ret void
}
BCÀÞ! #AÈI29%bEBB28I
2D$H
!#Dr!
d Q 2" e &DH &DÆBB&90 $£¥##@ÁF J E © ¢t<°6qhvHw¨|hspzØPåÐð s z0r s mq x xÐézzmq`zv q`ms z0r s mv at z0r v at m`s z0r s m`v at z0r v at m`v at z`t v at m`q x q x q xÐá z z`tÐæp s z0r ó@2B 3$ $ Àd È 2L &GÆC:]Ðe6û
º¿ål2 S"...
2009 Mar 13
0
[LLVMdev] store the LLVM-bitcode from a pass
Hi, take a look inside the file new_prog.bc. How does
it start?
Ciao,
Duncan.
2009 Mar 13
2
[LLVMdev] store the LLVM-bitcode from a pass
Hi Duncan,
thanks for the answer. But "opt -load ..../Decorator.so -dec <prog.bc> new_prog.bc"
creates an invalid file. When i use "lli", i get "lli: error loading program 'new_prog.bc': Invalid bitcode signature"
I have done the followings:
1) used "opt -p -load ..../Decorator.so -dec <prog.bc> new_prog.bc"
2) copied the output