Has anyone seen this error before? I'm trying to load a pass that apparently isn't registered, it's just the "Hello World" sample , so I don't see the problem. <br><br>Error: <br><br>me@here:~/llvm/llvm_core/llvm-2.9$ opt -load Release/lib/LLVMHello.so -hello <cdfg.c> /dev/null<br>
Error opening 'Release/lib/LLVMHello.so': Release/lib/LLVMHello.so: undefined symbol: _ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoEb<br>  -load request ignored.<br>opt: Unknown command line argument '-hello'.  Try: 'opt -help'<br>