[NFC][Sanitizer] Replace last uses of old Unwind API
authorJulian Lettner <jlettner@apple.com>
Fri, 1 Mar 2019 23:50:47 +0000 (23:50 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 1 Mar 2019 23:50:47 +0000 (23:50 +0000)
commita30b116e6f744adca1ae3cbf4eed94621ed851e1
tree1799d166b0a55e960b523e0b5c6c1d741a92ef6e
parent4b1b4bf3b3ddc4a3d64c12dd42489f50e56d0774
[NFC][Sanitizer] Replace last uses of old Unwind API

Replace remaining uses of old Unwind API in unit tests.

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

Reviewed By: vitalybuka

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

llvm-svn: 355242
compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h
compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cc