[PATCH] D14835: [tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS X

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 11:18:54 PST 2015


dvyukov added a comment.

I wonder what's the difference between this test and user code? Normal user code does not call interceptors directly, but still we [hopefully] intercept these calls. Can we make this test behave more like user code instead? There is always value in tests doing exactly the same thing as real system.


http://reviews.llvm.org/D14835





More information about the llvm-commits mailing list