Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp | ||
---|---|---|
360 | After changes in https://reviews.llvm.org/D27574 AddressInfo::file field may be NULL here. |
Comment Actions
@eugenis - seems I don't have commit permission to llvm project. Could you commit this patch for me? I will be very grateful.
Thank you in advance!
Comment Actions
Now that we use Git, the new practice is to use git commit --amend --author= :) https://llvm.org/docs/DeveloperPolicy.html#commit-messages
Comment Actions
Done. Too bad phab/arc does not do it automatically, and the email does not show up anywhere in the UI, too. It's such a bother to extract it from the mail headers.
After changes in https://reviews.llvm.org/D27574 AddressInfo::file field may be NULL here.