Details
Details
- Reviewers
eugenis - Commits
- rG95ba9f957aa9: [hwasan] print globals in symbolizer-friendly format.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
My only concern is that an unsuspecting tool will symbolize this as code, not data location. As I understand, these are mostly equivalent when there is no line info for the address, which is the most common case. See the difference between SymbolizableObjectFile::symbolizeCode and symbolizeData. This change looks an improvement.
@hctim FYI
compiler-rt/lib/hwasan/hwasan_report.cpp | ||
---|---|---|
356 | Should there be a #0 here as well? |
Should there be a #0 here as well?