Displaying 3 results from an estimated 3 matches for "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*)'
I encountered the above while building mysql 5.0.51a after
dealing with PR1860 - some of the source files appear to have slig...
2008 Jun 20
0
[LLVMdev] Type conflicts with linkonce functions
...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* (%struct.SELECT_LEX_UNIT*)' and '
> %struct.SELECT_LEX* (%struct.SELECT_LEX_UNIT*)'
>
> I encountered the above while building mysql 5.0.51a after
> dealing with PR1860 - some of the source fil...
2008 Jul 09
1
[LLVMdev] Type conflicts with linkonce functions
...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* (%struct.SELECT_LEX_UNIT*)' and '
>> %struct.SELECT_LEX* (%struct.SELECT_LEX_UNIT*)'
>>
>> I encountered the above while building mysql 5.0.51a after
>> dealing with PR1860 - some of t...