<div dir="ltr"><span style="font-size:13px">Hi guys,</span><div style="font-size:13px"><br></div><div style="font-size:13px">I had a pass written which was working fine earlier. I just tried to reuse the pass, and now I see the following problem.</div><div style="font-size:13px"><br></div><div style="font-size:13px"><div>sandeep@ubuntu:~/<span class="" style="background-color:rgb(255,255,204)">llvm</span>-3.2.src/lib/Transforms/Hello$ opt -load ../../../Release+Asserts/lib/Hello.so -help | grep hello</div><div>Error opening '../../../Release+Asserts/lib/Hello.so': ../../../Release+Asserts/lib/Hello.so: undefined symbol: _ZN4llvm12FunctionPass16doInitializationERNS_6ModuleE</div><div> -load request ignored.</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">To see if there is any problem with my pass, I replaced it with the simple hello world pass from the </div><div style="font-size:13px">below <span class="" style="background-color:rgb(255,255,204)">LLVM</span> tutorial but I still got the same issue.</div><div style="font-size:13px"><br></div><div style="font-size:13px"><a href="http://llvm.org/releases/3.0/docs/WritingAnLLVMPass.html#quickstart" target="_blank">http://<span class="" style="background-color:rgb(255,255,204);color:rgb(34,34,34)">llvm</span>.org/releases/3.0/docs/WritingAnLLVMPass.html#quickstart</a><br></div><div style="font-size:13px"><br></div><div style="font-size:13px">Can someone please help me with it? I can't figure out the issue here.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Thanks and regards,<br>Sandeep.</div>
</div>