[llvm-commits] [PATCH] AddressSanitizer: Fix GCD tests on Mac by initializing AsanThread for worker threads

Alexander Potapenko glider at google.com
Fri Dec 16 01:43:27 PST 2011


Recently the GCD tests started failing because of the invalid size of
FakeStack on the worker threads.
This patch moves the AsanThread initialization into a separate
procedure that's called when AsanThread objects are called for worker
threads.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: asan-init-thread.patch
Type: text/x-patch
Size: 1697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111216/d3a82cb7/attachment.bin>


More information about the llvm-commits mailing list