[compiler-rt] Follow up fix for the refactoring in https://reviews.llvm.org/D74137.
authorMax Moroz <mmoroz@chromium.org>
Mon, 10 Feb 2020 18:19:03 +0000 (10:19 -0800)
committerMax Moroz <mmoroz@chromium.org>
Mon, 10 Feb 2020 18:28:06 +0000 (10:28 -0800)
commit405093045feb9435bb6f3871417338fd9832a591
treeb2671f5b5feacd1fc8e85b6084836c9a9cb21ffb
parentd15325c9e0a06624f3675363b497da360f9b102c
[compiler-rt] Follow up fix for the refactoring in https://reviews.llvm.org/D74137.

Summary:
The refactoring has caused a failure in
http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/29265

The idea of failing the symbolization when the symbolizer bufer is too small
was incorrect. The symbolizer can be invoked for other frames that may fit into
the buffer and get symbolized.

Reviewers: vitalybuka, eugenis

Subscribers: dberris, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D74343
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp