[PATCH] D58857: [HWASan] Save + print registers when tag mismatch occurs in AArch64.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 4 11:29:01 PST 2019


hctim updated this revision to Diff 189173.
hctim marked 3 inline comments as done.
hctim added a comment.

Addressed part of eugenis@ comments. Changed to macro no-exec stack and changed DWARF file name in HWASan '.S' file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58857/new/

https://reviews.llvm.org/D58857

Files:
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/lib/hwasan/hwasan_linux.cc
  compiler-rt/lib/hwasan/hwasan_report.cc
  compiler-rt/lib/hwasan/hwasan_report.h
  compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/test/CodeGen/AArch64/hwasan-check-memaccess.ll
  llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58857.189173.patch
Type: text/x-patch
Size: 14725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190304/6b49d9aa/attachment.bin>


More information about the llvm-commits mailing list