This patch adds support for asan on aarch64-linux with 42-bit VMA
(current default config for 64K pagesize kernels). The support is
enabled by defining the SANITIZER_AARCH64_VMA to 42 at build time
for both clang/llvm and compiler-rt. The default VMA is 39 bits.
The patch is sent along with a compiler-rt one to enable the same
functionality for aarch64. The same compiler flag is used.
Same comment as in the RT side: make sure that, if the value is defined, it is sane.