Displaying 4 results from an estimated 4 matches for "new_prog".
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 from th...
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
...<<<
________________________________
From: Duncan Sands <baldrick at free.fr>
To: llvmdev at cs.uiuc.edu
Cc: RAAD B <raad_7007 at yahoo.com>
Sent: Friday, March 13, 2009 2:46:48 PM
Subject: Re: [LLVMdev] store the LLVM-bitcode from a pass
Hi, take a look inside the file new_prog.bc. How does
it start?
Ciao,
Duncan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090313/d72a3674/attachment.html>
2009 Mar 13
1
[LLVMdev] store the LLVM-bitcode from a pass
Hello together,
I use the "opt" as following, to run my pass, which modifies the LLVM-IR by inserting instructions in basic-blocks.
opt -load ..../Decorator.so -dec <prog.bc> /dev/null
how can i store the modified bitcode on the disc (as bitcode or as human-readable assembly)?
Regards
Raad
-------------- next part --------------
An HTML attachment was scrubbed...