On Mon, Sep 21, 2020 at 12:04 PM Ian Lance Taylor <i...@golang.org> wrote: > > Recent changes to libbacktrace have introduced a few more globally > symbols. These then need to be renamed in the libsanitizer copy. > This patch does that. Tested by configuring > --with-build-config=bootstrap-asan and running a bootstrap. Committed > to mainline as obvious. > > Ian > > * libbacktrace/backtrace-rename.h (backtrace_uncompress_lzma): > Define. > (backtrace_syminfo_to_full_callback): Define. > (backtrace_syminfo_to_full_error_callback): Define.
I forgot to mention that this fixes PR 97136. Ian