Re: [libvirt] [PATCH 0/2] Revert use of weak symbols

2017-07-13 Thread Daniel P. Berrange
On Thu, Jul 13, 2017 at 10:13:25AM +0200, Michal Privoznik wrote: > On 07/12/2017 12:14 PM, Daniel P. Berrange wrote: > > This series reverts the use of the __weak__ attribute which we did > > to fix the test suite with CLang. It cause unintended problems > > elsewhere which are not practical to

Re: [libvirt] [PATCH 0/2] Revert use of weak symbols

2017-07-13 Thread Michal Privoznik
On 07/12/2017 12:14 PM, Daniel P. Berrange wrote: > This series reverts the use of the __weak__ attribute which we did > to fix the test suite with CLang. It cause unintended problems > elsewhere which are not practical to fix. See the second patch > for details. > > Daniel P. Berrange (2): >

[libvirt] [PATCH 0/2] Revert use of weak symbols

2017-07-12 Thread Daniel P. Berrange
This series reverts the use of the __weak__ attribute which we did to fix the test suite with CLang. It cause unintended problems elsewhere which are not practical to fix. See the second patch for details. Daniel P. Berrange (2): Revert "internal: don't use weak symbols for Win32 platform"