[LLVMdev] issues registering passes in osx 10.8

Ashwin kumar ashwinkumar18 at gmail.com
Tue Aug 21 13:52:27 PDT 2012


Hi everyone,

This is Ashwin. I have a mac running osx 10.8. I am new to LLVM and have the version 3.1 installed. I am trying to get some LLVM transform passes running on my machine. After having compiled the LLVM source without making changes to the configuration files I am able to run the LLVM gcc and clang. But I am having some trouble using the passes. I tried loading the hello pass inside the transform directory of the LLVM object tree.  

When I do an opt -load LLVMhello.dylib -help I dont see the registered pass listed. Further when I load the option I get an undefined symbol error from the linker. This is the command i issue and the output i get.


bash-3.2$ opt -load LLVMHello.dylib < hello.bc > /dev/null

Error opening 'LLVMHello.dylib': dlopen(LLVMHello.dylib, 9): Symbol not found: __ZN4llvm12FunctionPass14doFinalization$
                                                                                                                      |  Referenced from: /usr/local/bin/../lib/LLVMHello.dylib
                                                                                                                      |  Expected in: flat namespace
                                                                                                                      | in /usr/local/bin/../lib/LLVMHello.dylib
                                                                                                                      |  -load request ignored.


I appreciate your help. Please help me fix it!

regards,
Ashwin.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120821/9072ec4b/attachment.html>


More information about the llvm-dev mailing list