[PATCH] D51364: [msan] Tentative fix for failing aarch64 test

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 11:33:21 PDT 2018


eugenis added a comment.

Looking at msan.h, 0x000F00000000 is not a valid mapping address:

  {0x00000000000ULL, 0x01000000000ULL, MappingDesc::INVALID, "invalid"},

Something's broken.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D51364





More information about the llvm-commits mailing list