[PATCH] D58754: [NFC][Sanitizer] Replace last uses of old Unwind API

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 27 18:07:23 PST 2019


yln created this revision.
Herald added subscribers: llvm-commits, Sanitizers, kubamracek.
Herald added projects: Sanitizers, LLVM.
yln edited the summary of this revision.
yln added a reviewer: vitalybuka.
yln added a parent revision: D58753: [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace.

Replace last uses (outside of BufferedStackTrace) of old Unwind API in unit tests.

Allows us to remove the old API and WillUseFastUnwind can be made
private.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58754

Files:
  compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
  compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58754.188656.patch
Type: text/x-patch
Size: 4446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190228/44bdabf5/attachment.bin>


More information about the llvm-commits mailing list