[patch] Fix 32 bit build

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 17:15:44 PDT 2015


LGTM as a temporary measure to make it compile with (buggy) clang.

On Tue, Sep 22, 2015 at 5:06 AM, Rafael Espíndola <
rafael.espindola at gmail.com> wrote:

> This actually looks like a bug in clang:
> https://llvm.org/bugs/show_bug.cgi?id=24908
>
>
>
>
> On 22 September 2015 at 07:57, Rafael Espíndola
> <rafael.espindola at gmail.com> wrote:
> > add llvm-commits.
> >
> > On 22 September 2015 at 07:57, Rafael Espíndola
> > <rafael.espindola at gmail.com> wrote:
> >> On linux 32 bit the build was failing with
> >>
> >>
> /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/bits/atomic_base.h:500:
> >> error: undefined reference to '__atomic_load_8'
> >>
> /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/bits/atomic_base.h:478:
> >> error: undefined reference to '__atomic_store_8'
> >>
> >> Cheers,
> >> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/ae0a60cf/attachment.html>


More information about the llvm-commits mailing list