search for: ad3d2d68

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

2009 Aug 11
0
[LLVMdev] llc undefined symbol
On Aug 11, 2009, at 8:23 AM, Michael Graumann wrote: > I'm writing a pass for the llc tool. If I try to load my pass(llc - > load ../mypass.so), this error message appears : > > Error opening '/nfs/wsi/ti/graumann/llvm-2.5/Release/lib/ > LLVMMicha.so': /nfs/wsi/ti/graumann/llvm-2.5/Release/lib/ > LLVMMicha.so: undefined symbol: >
2009 Aug 11
1
[LLVMdev] llc undefined symbol
...s.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 6952 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090811/ad3d2d68/attachment.bin>
2009 Aug 11
2
[LLVMdev] llc undefined symbol
Hi all I'm writing a pass for the llc tool. If I try to load my pass(llc -load ../mypass.so), this error message appears : Error opening '/nfs/wsi/ti/graumann/llvm-2.5/Release/lib/LLVMMicha.so': /nfs/wsi/ti/graumann/llvm-2.5/Release/lib/LLVMMicha.so: undefined symbol: _ZTVN12_GLOBAL__N_119MyRegisterAllocatorE -load request ignored. Is this code wrong for the pass