markj added a comment.

In D98286#2647606 <https://reviews.llvm.org/D98286#2647606>, @arichardson wrote:

> Does it also work on AArch64?

Not yet, I haven't yet ported the sanitizer runtimes (though it's on my todo 
list). ASAN requires that we specify the relative offset of the shadow map to 
the kernel map (see D98285 <https://reviews.llvm.org/D98285>), which will be 
different on arm64. But, I guess there's no harm in declaring arm64 support in 
this commit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98286

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to