[patch] Fix 32 bit build

Rafael Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 05:06:37 PDT 2015


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


More information about the llvm-commits mailing list