[PATCH] D20084: [sanitizer] Initial implementation of a Hardened Allocator

Filipe Cabecinhas via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 22:14:53 PDT 2016


Most likely were missing -latomic (IIRC)
I wouldn't expect to have to link with that when using the std::atomic, but
that might be it.

 Filipe

On Friday, 3 June 2016, Kostya Serebryany <kcc at google.com> wrote:

> kcc added a comment.
>
> I am getting these when trying 'ninja check-scudo'
> /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/atomic:266:
> undefined reference to `__sync_val_compare_and_swap_16'
> Any suggestions?
>
> BTW, do we make sure that check-scudo is not run if the current machine
> does not support proper SSE?
>
>
> http://reviews.llvm.org/D20084
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160604/b10c3534/attachment.html>


More information about the llvm-commits mailing list