[PATCH] D14427: [tsan] Implement an invisible barrier in the runtime to make it available on OS X
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 02:33:14 PST 2015
dvyukov added a comment.
I am not very comfortable complicating runtime for tests sake. As you see the runtime has enough complexity and platform-dependent stuff. Also this implementation can have problems on some other platforms.
Will http://reviews.llvm.org/D14434 work for you?
http://reviews.llvm.org/D14427
More information about the llvm-commits
mailing list