[PATCH] D47448: [Asan] Attempt to fix for FreeBSD
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 5 15:01:00 PDT 2018
devnexen updated this revision to Diff 150048.
devnexen added a comment.
Herald added subscribers: fedor.sergeev, mgorny.
Using thread local solution for NetBSD and FreeBSD, keeping pthread_key_create and such for Linux and Solaris.
https://reviews.llvm.org/D47448
Files:
lib/asan/CMakeLists.txt
lib/asan/asan_bsd.cc
lib/asan/asan_posix.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47448.150048.patch
Type: text/x-patch
Size: 3022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/c719ac75/attachment.bin>
More information about the llvm-commits
mailing list