[PATCH] D55596: Reimplement Thread Static Data ASan routines with TLS

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 12:14:26 PST 2018


krytarowski added a comment.

In D55596#1334610 <https://reviews.llvm.org/D55596#1334610>, @devnexen wrote:

> In D55596#1334347 <https://reviews.llvm.org/D55596#1334347>, @krytarowski wrote:
>
> > In D55596#1334311 <https://reviews.llvm.org/D55596#1334311>, @devnexen wrote:
> >
> > > Sorry I meant FreeBSD here.
> >
> >
> > Please test Linux and Darwin too.
>
>
> Ok throwing a Linux's test but Darwin will have to wait couple of hours unless another Apple's folk is faster :-)
>
> So for Linux, seems it is a more an issue get bunch of undefined reference as
>
>   undefined reference to `__cxa_thread_atexit'
>


Hmm, maybe c++ abi handling difference. Keeping there just NetBSD and FreeBSD is fine too.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55596/new/

https://reviews.llvm.org/D55596





More information about the llvm-commits mailing list