Apply StackTrace::WillUseFastUnwind(fast) in a few more places missed by
my previous patch (https://reviews.llvm.org/D58156).
Overview revision:
https://reviews.llvm.org/D58536
Paths
| Differential D58550
[Sanitizer] Fix uses of stack->Unwind(..., fast) ClosedPublic Authored by yln on Feb 22 2019, 11:18 AM.
Details Summary Apply StackTrace::WillUseFastUnwind(fast) in a few more places missed by Overview revision:
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 22 2019, 11:18 AM yln added a child revision: D58551: [NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStack.Feb 22 2019, 11:44 AM This revision is now accepted and ready to land.Feb 22 2019, 1:49 PM Closed by commit rL354695: [Sanitizer] Fix uses of stack->Unwind(..., fast) (authored by yln). · Explain WhyFeb 22 2019, 1:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 187981 compiler-rt/trunk/lib/sanitizer_common/sanitizer_symbolizer_report.cc
compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.cc
compiler-rt/trunk/lib/ubsan/ubsan_diag.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
|