[PATCH] D14431: [tsan] Fix interceptor names in lit tests for OS X

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 02:40:16 PST 2015


dvyukov added a comment.

Fix call of RenderFrame in PrintStack in tsan_report.cc instead.

Originally, that code stripped prefixes of functions defined in tsan_interceptors.cc only. That logic seems to get lost at some point. So now we will strip __interceptor_/__wrap_ from all functions (including user ones). If that becomes a problem, we need to fix the stripping logic.


http://reviews.llvm.org/D14431





More information about the llvm-commits mailing list