commit | e76f2171f98a9efd88c36dbd05a86984a17dec1b | [log] [tgz] |
---|---|---|
author | Bill Seurer <seurer@linux.vnet.ibm.com> | Tue Jan 23 16:28:17 2018 +0000 |
committer | Bill Seurer <seurer@linux.vnet.ibm.com> | Tue Jan 23 16:28:17 2018 +0000 |
tree | 31a1a815122fb910bb6d2e5ea9c845e42a529b3d | |
parent | d0820433b16c3d8d3a044fcec66e957e883e6a4e [diff] |
[PowerPC][asan] Fix asan tests to handle changed memory layouts In more recent Linux kernels with 47 bit VMAs the layout of virtual memory for powerpc64 changed causing the address sanitizer to not work properly. This patch fixes up a test case that was found to fail on some newer Fedora releases that use different address ranges. ref: https://reviews.llvm.org/D40907 llvm-svn: 323217