<div dir="ltr">Hi all,<div><br></div><div>I create a folder containing my new alias analysis pass in the lib/Analysis folder of the source tree.</div><div>I mimic the way IPA did to create a LLVMipa.a library. That is, I write a Makefile to create my library</div><div>and I change the Makefile correspondingly in the Analysis folder.</div><div><br></div><div>However, when I want to use my new alias analysis in the Codegen. The compiler will complain</div><div>"undefined error" during the link phase.  Could anyone point me out where I need to change in order</div><div>to use my new alias analysis pass in the Codegen?</div><div><br></div><div>Thanks,</div><div>Alex</div></div>