diff options
author | Walter Lee <waltl@google.com> | 2017-11-16 23:28:50 +0000 |
---|---|---|
committer | Walter Lee <waltl@google.com> | 2017-11-16 23:28:50 +0000 |
commit | 00b4931d5d05c5370418bd66f518403fced91878 (patch) | |
tree | 4dc1dc2c839dab4c01e22d1a114c095e073221b3 /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 9af3b173c08280760d2cf3317a7cc0de7fbbeb23 (diff) | |
download | llvm-00b4931d5d05c5370418bd66f518403fced91878.zip llvm-00b4931d5d05c5370418bd66f518403fced91878.tar.gz llvm-00b4931d5d05c5370418bd66f518403fced91878.tar.bz2 |
[asan] Port tests to shadow scale of 5
The tests are ported as follows:
contiguous_container_crash.cc
use-after-delete.cc
use-after-free.cc
Replace hardwired shadow granularity in CHECK statements with regex.
max_redzone.cc
Bump max_redzone parameter to 32.
memset_test.cc
Bump size parameter of __asan_poison_memory_region to 32.
scariness_score_test.cc
For "far-from-bounds" heap overflow, make sure overflow is more than
one shadow granularity away.
At large shadow granularity, there is not enough redzone between
stack elements to detect far-from-bounds, so fake out that test.
Differential Revision: https://reviews.llvm.org/D39773
llvm-svn: 318470
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions