[PATCH] D50922: [hwasan] Add a (almost) no-interceptor mode.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 14:50:01 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340216: [hwasan] Add a (almost) no-interceptor mode. (authored by eugenis, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D50922?vs=161319&id=161568#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50922

Files:
  compiler-rt/trunk/CMakeLists.txt
  compiler-rt/trunk/include/sanitizer/hwasan_interface.h
  compiler-rt/trunk/lib/hwasan/CMakeLists.txt
  compiler-rt/trunk/lib/hwasan/hwasan.cc
  compiler-rt/trunk/lib/hwasan/hwasan.h
  compiler-rt/trunk/lib/hwasan/hwasan_interceptors.cc
  compiler-rt/trunk/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/trunk/lib/hwasan/hwasan_linux.cc
  compiler-rt/trunk/lib/hwasan/hwasan_thread.cc
  compiler-rt/trunk/lib/hwasan/hwasan_thread.h
  compiler-rt/trunk/test/hwasan/TestCases/longjmp.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50922.161568.patch
Type: text/x-patch
Size: 17620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180820/fdc312e2/attachment.bin>


More information about the llvm-commits mailing list