[all-commits] [llvm/llvm-project] a786f2: [compiler-rt][hwasan] Add definition for Symbolize...

Leonard Chan via All-commits all-commits at lists.llvm.org
Mon Apr 26 13:26:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a786f2badc41459c713668eabe2b0053e4d8132a
      https://github.com/llvm/llvm-project/commit/a786f2badc41459c713668eabe2b0053e4d8132a
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp

  Log Message:
  -----------
  [compiler-rt][hwasan] Add definition for Symbolizer::SymbolizeFrame

This is undefined if SANITIZER_SYMBOLIZER_MARKUP is 1, which is the case for
Fuchsia, and will result in a undefined symbol error. This function is needed
by hwasan for online symbolization, but is not needed for us since we do
offline symbolization.

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




More information about the All-commits mailing list