search for: _zn4llvm5graphc1ei

Displaying 2 results from an estimated 2 matches for "_zn4llvm5graphc1ei".

2013 Feb 28
0
[LLVMdev] Problem linking class to a pass in a loadable module
...I change the location of the source code of the class X. When I use the command: raphael at ubuntu:~/$ opt -f -load myPassModule.so -myPass test.bc I get the following error message: opt: symbol lookup error: /host/Raphael/bin/llvm-3.2/Release+Asserts/bin/../lib/myPassModule.so: undefined symbol: _ZN4llvm5GraphC1Ei I know that this error message means that X.h was successfully linked to myPass, but when I call opt, opt can't find the actual implementation of the class and the methods declared in the header file. Does anybody know what I did wrong or what I should do to make this work?
2013 Feb 28
0
[LLVMdev] Problem linking class to a pass in a loadable module
...change the location of the source code of the class X. When I use the command: raphael at ubuntu:~/$ opt -f -load myPassModule.so -myPass test.bc I get the following error message: opt: symbol lookup error: /ho! st/Raphael/bin/llvm-3.2/Release+Asserts/bin/../lib/myPassModule.so: undefined symbol: _ZN4llvm5GraphC1Ei I know that this error message means that X.h was successfully linked to myPass, but when I call opt, opt can't find the actual implementation of the class and the methods declared in the header file. Does anybody know what I did wrong or what I should do to make this work? -------------- next...