Anton Korobeynikov
2009-Apr-13 07:32 UTC
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello> Could you help me to solve this problem? Thanks.Plugins are not supported on systems without dynamic linking (e.g. windows). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
Wenzhi Tao
2009-Apr-14 06:15 UTC
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello> Could you help me to solve this problem? Thanks.Plugins are not supported on systems without dynamic linking (e.g. windows). Well, how to add new pass on windows? generate .lib which is linked with opt? I have tried this way. But, It doesn't work, either. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090414/2cc3086c/attachment.html>
Anton Korobeynikov
2009-Apr-14 08:50 UTC
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello> Well, how to add new pass on windows? generate .lib which is linked with > opt? I have tried this way. > But, It doesn't work, either.Then - you did something wrong. I don't see how your pass might be different from the bunch of standard passes already linked in into opt. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
Seemingly Similar Threads
- [LLVMdev] Problem on running "hello world" pass on VS2008
- [LLVMdev] [cfe-dev] 3.2 Release has branched :T+2 hours
- [LLVMdev] 3.2 Release has branched :T+2 hours
- [LLVMdev] [cfe-dev] 3.2 Release has branched :T+2 hours
- [LLVMdev] Problem on running "hello world" pass on VS2008