[PATCH] D61968: HWASan exception support.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 16:20:52 PDT 2019


eugenis created this revision.
eugenis added a reviewer: pcc.
Herald added subscribers: Sanitizers, hiraditya, kubamracek.
Herald added projects: Sanitizers, LLVM.
eugenis updated this revision to Diff 199697.
eugenis added a comment.

comments


Adds a call to __hwasan_handle_vfork(SP) at each landingpad entry.

Reusing __hwasan_handle_vfork instead of introducing a new runtime call
in order to be ABI-compatible with old runtime library.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61968

Files:
  compiler-rt/test/hwasan/TestCases/try-catch.cc
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61968.199697.patch
Type: text/x-patch
Size: 5602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190515/a42934a5/attachment-0001.bin>


More information about the llvm-commits mailing list