Wenzhi Tao
2009-Apr-13 07:00 UTC
[LLVMdev] Problem on running "hello world" pass on VS2008
Hello, everyone! Recently, I build llvm project for Visual Studio 2008 using cmake successfulley. I modify the project LLVMHello of the entire solution to generate LLVMHello.dll instead of LLVMHello.lib without other changes. Then, the flowing commands is executed: opt -load LLVMHello.dll --help But, I can't find the information string for hello pass. opt -load LLVMHello.dll -hello test.bc Error Information: opt: Unkown command line argument '-hello'. Try: 'opt --help'. Could you help me to solve this problem? Thanks. 2009-04-13 Wenzhi Tao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090413/47c2cdc2/attachment.html>
Possibly Parallel Threads
- [LLVMdev] Problem on running "hello world" pass on VS2008
- [LLVMdev] Problem on running "hello world" pass on VS2008
- [LLVMdev] Limitations of Alias Analysis?
- [LLVMdev] Limitations of Alias Analysis?
- [LLVMdev] Questions on Parallelism and Data Dependence Analysis