search for: 001b8d90

Displaying 3 results from an estimated 3 matches for "001b8d90".

2006 Aug 28
1
[LLVMdev] opt -load error on Darwin
...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. > Here is what I am seeing with nm. Is it normal to have a .eh entry that I did not see on Pentium4? $nm opt | grep __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPass 001b8d90 T __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13Analys isUsageE 00380b64 S __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPassManagerTERNS_13Analys isUsageE.eh $ nm -m opt | grep __ZN4llvm12FunctionPass16addToPassManagerEPNS_20FunctionPass 001b8d90 (__TEXT,__t...
2006 Aug 28
0
[LLVMdev] opt -load error on Darwin
On Mon, 28 Aug 2006, Jing Yu wrote: I don't really have any ideas beyond what Reid has already said, but: > pollux:~/test jingyu$ opt -load > /Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so -help > Error opening '/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so': > Can't open :/Users/jingyu/tools/build-ppc/Release/lib/LLVMHello.so: >
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