[PATCH] D41417: [hwasan] Implement -fsanitize-recover=hwaddress.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 15:37:46 PST 2017
eugenis created this revision.
eugenis added reviewers: kcc, alekseyshl.
Herald added subscribers: hiraditya, kubamracek.
Very similar to AddressSanitizer, with the exception of the error type encoding.
https://reviews.llvm.org/D41417
Files:
clang/lib/CodeGen/BackendUtil.cpp
compiler-rt/lib/hwasan/hwasan.cc
compiler-rt/lib/hwasan/hwasan_interface_internal.h
compiler-rt/lib/hwasan/hwasan_linux.cc
compiler-rt/test/hwasan/TestCases/halt-on-error.cc
llvm/include/llvm/Transforms/Instrumentation.h
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/basic.ll
llvm/test/Instrumentation/HWAddressSanitizer/with-calls.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41417.127613.patch
Type: text/x-patch
Size: 26812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/7ce47b84/attachment.bin>
More information about the llvm-commits
mailing list