[PATCH] D57489: [ASan] Do not instrument other runtime functions with `__asan_handle_no_return`

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 31 17:17:13 PST 2019


yln updated this revision to Diff 184648.
yln added a comment.
Herald added a project: clang.

Improve comments.
Use `CHECK-NEXT` in test to ensure we insert exactly one handler call.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57489

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/test/CodeGen/ubsan-asan-noreturn.c
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/instrument-no-return.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57489.184648.patch
Type: text/x-patch
Size: 5440 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190201/9bd6b8d2/attachment.bin>


More information about the llvm-commits mailing list