[PATCH] D131345: [RISC-V][HWASAN] Enable HWASAN for RISC-V architecture
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 10 08:29:59 PDT 2022
kito-cheng added a comment.
I guess we should checking `J` extension is enabled somewhere when user trying to enable HWASAN? or checking that at HWASAN library at run-time? otherwise my understanding is user will get crash when enabling HWASAN if linux and/or HW don't support that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131345/new/
https://reviews.llvm.org/D131345
More information about the cfe-commits
mailing list