This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by leonardchan on Mar 25 2021, 3:24 PM.

Details

Summary

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.

Diff Detail

Event Timeline

leonardchan created this revision.Mar 25 2021, 3:24 PM
leonardchan requested review of this revision.Mar 25 2021, 3:24 PM
Herald added a subscriber: Restricted Project. · View Herald TranscriptMar 25 2021, 3:24 PM
vitalybuka accepted this revision.Apr 26 2021, 1:19 PM
This revision is now accepted and ready to land.Apr 26 2021, 1:19 PM