search for: 00121a4e

Displaying 3 results from an estimated 3 matches for "00121a4e".

2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
...gt; 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: 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?...
2006 Aug 28
1
[LLVMdev] opt -load error on Darwin
I am using llvm 1.8 and have patched ltdl.c and ltdl.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 se...
2006 Aug 28
3
[LLVMdev] opt -load error on Darwin
Thank you, Reid. I have applied tha patch to ltdl.c ltdl.h. The problem still exists. I looked up the symbol on libLLVMCore.a, and found three U-entries and one T-entry. However, the Darwin linker is not able to find the T-entry. Any idea? pollux:~/test jingyu$ opt -load /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so -help Error opening