Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.3
-
None
-
None
Description
Warnings from lld linker:
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value_ms' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
ld.lld: warning: attempt to reassign symbol 'mysql_get_timeout_value_ms' of version 'libmysqlclient_18' to version 'libmariadb_3'
|
lld guy says that we have some problem with our linking scripts: https://bugs.llvm.org/show_bug.cgi?id=37154
Here is where error was changed to warning for our case: https://reviews.llvm.org/D64549
I'm not sure in which version to fix it. Probably we wont change anything with our GA versions so I put 10.5 as fixVersion.