This is an archive of the discontinued LLVM Phabricator instance.

[hwasan] Add default "/" prefix.
ClosedPublic

Authored by eugenis on Oct 14 2021, 2:29 PM.

Details

Summary

Add a default "/" prefix to the symbol search path in the
symbolization script. Without this, the binary itself is not considered
a valid source of symbol info.

Diff Detail

Event Timeline

eugenis requested review of this revision.Oct 14 2021, 2:29 PM
eugenis created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 2:29 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
hctim added inline comments.Oct 14 2021, 2:35 PM
compiler-rt/lib/hwasan/scripts/hwasan_symbolize
199–203

this branch is now dead.

eugenis updated this revision to Diff 379855.Oct 14 2021, 2:50 PM

address comment

compiler-rt/lib/hwasan/scripts/hwasan_symbolize
199–203

That's a very good point.

hctim accepted this revision.Oct 14 2021, 2:51 PM
This revision is now accepted and ready to land.Oct 14 2021, 2:51 PM
This revision was landed with ongoing or failed builds.Oct 14 2021, 3:03 PM
This revision was automatically updated to reflect the committed changes.