[Sanitizer] Fix uses of stack->Unwind(..., fast)
authorJulian Lettner <jlettner@apple.com>
Fri, 22 Feb 2019 22:00:13 +0000 (22:00 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 22 Feb 2019 22:00:13 +0000 (22:00 +0000)
commitde7626985f29b06b29136286886c58185d0ff51f
tree21937923aec209ffa0931e286e00a3efb9c46aae
parentffba00bd4797db74703144c45970f5932d6b1da1
[Sanitizer] Fix uses of stack->Unwind(..., fast)

Apply StackTrace::WillUseFastUnwind(fast) in a few more places missed by
my previous patch (https://reviews.llvm.org/D58156).

Reviewers: vitalybuka

Differential Revision: https://reviews.llvm.org/D58550

llvm-svn: 354695
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cc
compiler-rt/lib/tsan/rtl/tsan_rtl.cc
compiler-rt/lib/ubsan/ubsan_diag.cc
compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc