[PATCH] D59220: [asan] Add options -asan-detect-invalid-pointer-cmp and -asan-detect-invalid-pointer-sub options.

pierre gousseau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 08:09:27 PDT 2019


pgousseau updated this revision to Diff 192445.
pgousseau added a comment.

Use backend option directly rather than introducing new parameters.
Add missing ALL check to test.


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

https://reviews.llvm.org/D59220

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/asan-detect-invalid-pointer-pair.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59220.192445.patch
Type: text/x-patch
Size: 4158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190327/4907edd6/attachment.bin>


More information about the llvm-commits mailing list