[PATCH] D19148: Always inlining PrintCurrentStackSlow of tsan library to fix tail-call issue

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 02:01:23 PDT 2016


dvyukov added a comment.

> Thanks for the comments, may I borrow it as my commit message?


sure

> By the way, whether I should submit the test case or not?


no, I don't see what it adds
the original test checks precise contents and order of frames, it will catch if PrintCurrentStackSlow appears in the trace


http://reviews.llvm.org/D19148





More information about the llvm-commits mailing list