[PATCH] D139827: [RISCV][Asan] Use dynamic shadow offset to make it work on different width of virtual-memory system.
Kito Cheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 19:56:05 PDT 2023
kito-cheng added a comment.
@vitalybuka this patch is waiting D152895 <https://reviews.llvm.org/D152895> for make sure LSan is work fine on both Sv39 and Sv48, and D152990 <https://reviews.llvm.org/D152990> could make it work on Sv57.
This patch has tested ASan on Sv39 and Sv48 by @hauhsu, and all failures found by @luismarques has been addressed by D152991 <https://reviews.llvm.org/D152991> + D152895 <https://reviews.llvm.org/D152895>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139827/new/
https://reviews.llvm.org/D139827
More information about the llvm-commits
mailing list