[msan] Fix truncated stack trace in chained origin reports.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 27 Jun 2014 07:32:08 +0000 (07:32 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Fri, 27 Jun 2014 07:32:08 +0000 (07:32 +0000)
commit7d3c68a9cf8f254797d756abee3be6b4293b6bf9
treea7ef567aff5458597699981eee26b89b8db14505
parent673b3afacd2539bc7a88ebfcf8060d92c09170c9
[msan] Fix truncated stack trace in chained origin reports.

This is a leftover from the times when the next (chained) origin id
was stored as the last frame of a stack trace.

llvm-svn: 211878
compiler-rt/lib/msan/msan_report.cc
compiler-rt/test/msan/chained_origin_empty_stack.cc [new file with mode: 0644]