<div dir="ltr"><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px">I'm working though </span><a href="http://llvm.org/docs/WritingAnLLVMPass.html" rel="nofollow" style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(74,107,130);text-decoration:initial;font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;line-height:18px">http://llvm.org/docs/WritingAnLLVMPass.html</a><span style="color:rgb(0,0,0);font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:14px;line-height:18px">, trying to write a very simple pass. I have followed all the steps mentioned in this document.But as mentioned I'm not getting any file named Hello.so in Debug+Asserts/lib folder(There is a file named LLVMHello.so only). I have also tried to modify Hello.cpp in lib/Transforms/Hello but these changes doesn't reflect anywhere. So how should i write my own pass and also tell me where to put that file??</span><br>
</div>