[PATCH] D28071: Fix test for debug runtime.

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 16:22:09 PST 2016


eugenis added a comment.

why is that?
the stack trace is grabbed as soon as we enter any interceptor. There should not be any extra frames.
Moreover, compiler-rt is built w/o frame pointers, so it may not be possible to unwind through its code at all!


https://reviews.llvm.org/D28071





More information about the llvm-commits mailing list