[llvm-dev] Integrating llvm pass with pass manager
sangeeta chowdhary via llvm-dev
llvm-dev at lists.llvm.org
Sun Jan 7 16:02:15 PST 2018
Hello,
I have followed steps given in - https://stackoverflow.com/questions/29910051/integrating-llvm-passes/48142693#48142693 <https://stackoverflow.com/questions/29910051/integrating-llvm-passes/48142693#48142693>, to integrate my pass with pass manager and run it with clang. I am able to run my pass with opt - opt -mypass but when I try to run it with clang, I always get an error - unknown argument: '-mypass'. Please help me for the same. I would be really grateful.
Regards,
Sangeeta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180107/aee51816/attachment.html>
More information about the llvm-dev
mailing list