search for: 738b144d

Displaying 3 results from an estimated 3 matches for "738b144d".

2008 Jul 09
1
[LLVMdev] Type conflicts with linkonce functions
...ror checks works for me, at least. Cheers, Nathan -------------- next part -------------- A non-text attachment was scrubbed... Name: linker-alias-error.patch Type: application/octet-stream Size: 1635 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080709/738b144d/attachment.obj> -------------- next part --------------
2008 Jun 20
0
[LLVMdev] Type conflicts with linkonce functions
On Jun 12, 2008, at 11:56 PM, Nathan Keynes wrote: > Hi, > > Currently if the linker encounters a pair of linkonce function > definitions with different types, it raises an error of the form: > > llvm-ld: error: Cannot link file 'item.o.bc': Function > '_ZN18st_select_lex_unit12first_selectEv' defined as both ' > %struct.SELECT_LEX*
2008 Jun 13
2
[LLVMdev] Type conflicts with linkonce functions
Hi, Currently if the linker encounters a pair of linkonce function definitions with different types, it raises an error of the form: llvm-ld: error: Cannot link file 'item.o.bc': Function '_ZN18st_select_lex_unit12first_selectEv' defined as both ' %struct.SELECT_LEX* (%struct.SELECT_LEX_UNIT*)' and ' %struct.SELECT_LEX* (%struct.SELECT_LEX_UNIT*)'