D137666 changed the memory mappings for msan on aarch64. This patch updates two more tests to match the new mappings. Differential Revision: https://reviews.llvm.org/D139033
Summary: This patch adds runtime support, adjusts tests and enables MSan. Like for ASan and UBSan, compile the tests with -mbackchain. Reviewers: eugenis, uweigand, jonpa, vitalybuka Reviewed By: eugenis, vitalybuka Subscribers: vitalybuka, mgorny, hiraditya, #sanitizers, stefansf, Andreas-Krebbel Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D76358
Like r367463, but for test/msan. llvm-svn: 367653