[llvm-commits] Atomic support for ThreadSanitizer
Kostya Serebryany
kcc at google.com
Wed Apr 25 23:40:40 PDT 2012
Looks great, thanks!
I'll land it later today unless some one else disagrees.
--kcc
On Thu, Apr 26, 2012 at 10:18 AM, Dmitry Vyukov <dvyukov at google.com> wrote:
> Hi,
>
> I would like to ask you to review and land the attached patch.
> The patch makes the ThreadSanitizer (data race detection) instrumentation
> pass intercept atomic memory accesses and route them into the runtime
> library.
>
> http://codereview.appspot.com/6119045/
>
> FTR, the test cases are generated with the following program:
> http://snipt.org/uipj9#expand
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120426/44837924/attachment.html>
More information about the llvm-commits
mailing list