<div dir="ltr"><div>You can, for example, generate it with clang from some source file:</div><div><br></div>clang -emit-llvm -c hello.c -o hello.bc<br><div><br></div><div>Regards,</div><div>Alexander</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-06-02 11:26 GMT+04:00 Prashanth Sharma <span dir="ltr"><<a href="mailto:cs13m1017@iith.ac.in" target="_blank">cs13m1017@iith.ac.in</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div>sir,<br></div>As defined in <a href="http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment" target="_blank">http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment</a><br>
<br></div>running pass with opt but here how I get hello.bc file .<span class="HOEnZb"><font color="#888888"><br clear="all"><div><div><div><div><br>-- <br><div dir="ltr"><div><font face="arial,helvetica,sans-serif">Thanks <br>
</font></div><font face="arial,helvetica,sans-serif">Prashant Sharma<br>
</font></div>
</div></div></div></div></font></span></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>