[MIPS] Fix the ASAN shadow offset hook for the N32 ABI
Currently, LLVM doesn't have the correct shadow offset mapping for the n32 ABI. This patch introduces the correct shadow offset value for the n32 ABI - 1ULL << 29. Differential Revision: https://reviews.llvm.org/D127096
Loading
Please sign in to comment