On Thu, Feb 26, 2015 at 10:09 AM, Marc Dietrich wrote:
> Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek:
>> On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote:
>> > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek
> wrote:
>> >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
>>
Am Mittwoch, 25. Februar 2015, 17:49:28 schrieb Sedat Dilek:
> On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote:
> > On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek
wrote:
> >> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
> >>> Patch 1 adds a check for the compilers visibility macro to
On Fri, Feb 20, 2015 at 1:45 PM, Sedat Dilek wrote:
> On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote:
>> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
>>> Patch 1 adds a check for the compilers visibility macro to configure.ac.
>>> Patch 2 avoids redefined symbol errors in clang of
On Tue, Feb 17, 2015 at 1:55 PM, Sedat Dilek wrote:
> On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
>> Patch 1 adds a check for the compilers visibility macro to configure.ac.
>> Patch 2 avoids redefined symbol errors in clang of the tls entry points.
>> Based on a suggestion from Rafael
On Tue, Feb 17, 2015 at 10:40 AM, Marc Dietrich wrote:
> Patch 1 adds a check for the compilers visibility macro to configure.ac.
> Patch 2 avoids redefined symbol errors in clang of the tls entry points.
> Based on a suggestion from Rafael Ávila de Espíndola
>
> in http://llvm.org/bugs/show_bug
Patch 1 adds a check for the compilers visibility macro to configure.ac.
Patch 2 avoids redefined symbol errors in clang of the tls entry points.
Based on a suggestion from Rafael Ávila de Espíndola
in http://llvm.org/bugs/show_bug.cgi?id=19778.
Tested with gcc 4.9 and clang 3.6(rc)
Marc Dietr