Welson Sun
2012-Sep-18 22:04 UTC
[LLVMdev] How to run a specific alias analysis pass if a pass is compiled into an executable instead of a shared library
Suppose you have a pass called "PassMine", which requires alias analysis result. I know if you compile "PassMine" into a shared library, and use "opt" to run it, you can specify whatever specific alias analysis pass to run before "PassMine" in "opt" command line, such as "opt -tbaa -PassMine ...". But what if I compile PassMine into an executable? How do I specify a particular alias analysis class to run before PassMine? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120918/86a48584/attachment.html>