[PATCH] D18212: [sanitizer] On OS X, verify that interceptors work and abort if not, take 2

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 12:09:25 PDT 2016


samsonov added a comment.

This is really unfortunate. I also don't like adding the runtime flag for the sake of TSan unit test. Why can we call DisableReexec() from ASan unit tests, but not from TSan ones? The former also use static runtime on OS X?


http://reviews.llvm.org/D18212





More information about the llvm-commits mailing list