<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Dear All,<br><br>I am new to LLVM and try to write a Module pass. In the same .cpp file I am defining a class.<br>The problem is that whenever I instantiate an object from the class I get the following error while running the pass:<br><br>opt: symbol lookup error: ../llvm/Debug/lib/MyPass.so: undefined symbol: _ZN10Thread_MyPassC1Ev<br><br>The pass is compiled correctly but does not run.  Could you someone please let me know what is wrong?<br><br>Thanks in advance,<br>::Saman<br><br></div><br>

      </body></html>