[PATCH] D58557: [NFC][Sanitizer] Hard-code fast/slow unwinder at call site

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 15:53:30 PST 2019


yln created this revision.
yln added a reviewer: vitalybuka.
Herald added subscribers: llvm-commits, Sanitizers, kubamracek.
Herald added projects: Sanitizers, LLVM.

Also assert that the caller always gets what it requested.

This purely mechanical change simplifies future refactorings and
eventual removal of BufferedStackTrace::Unwind.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58557

Files:
  compiler-rt/lib/asan/asan_stack.h
  compiler-rt/lib/hwasan/hwasan.cc
  compiler-rt/lib/lsan/lsan.h
  compiler-rt/lib/msan/msan.cc
  compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cc
  compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
  compiler-rt/lib/ubsan/ubsan_diag.cc
  compiler-rt/lib/ubsan/ubsan_diag_standalone.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58557.188002.patch
Type: text/x-patch
Size: 8617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/1ee44ca9/attachment.bin>


More information about the llvm-commits mailing list