[patch] Fix 32 bit build

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 04:57:27 PDT 2015


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