[PATCH] D55596: Reimplement Thread Static Data ASan routines for NetBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 16 13:51:17 PST 2018
krytarowski added a comment.
In D55596#1332421 <https://reviews.llvm.org/D55596#1332421>, @devnexen wrote:
> In D55596#1332415 <https://reviews.llvm.org/D55596#1332415>, @krytarowski wrote:
>
> > @devnexen does it work on FreeBSD?
>
>
> i get more warning messages with the patch than without
>
> __cxa_thread_call_dtors: dtr <address> from unloaded so, skipping
>
I can try to rework it into a static TLS object with a destructor that will call the cleanup thread routine... but I will wait for feedback from @vitalybuka.
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