search for: ssmanagerterns_13analysisusagee

Displaying 3 results from an estimated 3 matches for "ssmanagerterns_13analysisusagee".

2006 Aug 28
1
[LLVMdev] opt -load error on Darwin
...l.h to the latest version. My Makefile has LLVMLIBS = LLVMCore.a LLVMSupport.a LLVMSystem.a included. > Try using 'nm -m' on the 'opt' executable itself. Using plain nm on my > local one yields: > 00121a4e T > __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13AnalysisUsageE > > and nm -m shows: > 00121a4e (__TEXT,__text) external > > __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13AnalysisUsageE > > Is this what you're seeing? Are you using llvm 1.8 or CVS? You might try > CVS if 1.8 doesn't work for you. &g...
2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
...'/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so': > Can't open :/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so: > dlopen(/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so, 9): Symbol > not > found:__ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13AnalysisUsageE > Referenced from: /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so > Expected in: flat namespace > > pollux:~/tools/build-ppc/Release/lib jingyu$ nm libLLVMCore.a | grep Try using 'nm -m' on the 'opt' executable itself. Using plain nm on my local one yields...
2006 Aug 28
3
[LLVMdev] opt -load error on Darwin
...-help Error opening '/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so': Can't open :/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so: dlopen(/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so, 9): Symbol not found:__ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13AnalysisUsageE Referenced from: /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so Expected in: flat namespace pollux:~/tools/build-ppc/Release/lib jingyu$ nm libLLVMCore.a | grep __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13AnalysisUsageE U __ZN4llvm12FunctionPass1...