[PATCH] D83247: [compiler-rt][asan][hwasan] Refactor shadow setup into sanitizer_common (NFCI)

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 08:35:34 PDT 2020


tejohnson added a comment.

In D83247#2157632 <https://reviews.llvm.org/D83247#2157632>, @ro wrote:

> This patch broke the Solaris/sparcv9 buildbot. Patch posted: [[ https://reviews.llvm.org/D84004 | [compiler-rt][asan] Define MemToShadowSize for sparc64 ]].
>
> Most likely Myriad2 is likewise affected.


Thanks for the quick fix. You are right, it looks like a fix is needed for asan_mapping_myriad.h as well (actually I will probably just move the def of this function to a different place in asan_mapping.h to fix all of them). I did not see any bot failures reported to me for either sparc or myriad - is there a myriad bot?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83247





More information about the llvm-commits mailing list