[PATCH] D131345: [RISC-V][HWASAN] Enable HWASAN for RISC-V architecture

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 14 23:44:04 PDT 2022


kito-cheng accepted this revision.
kito-cheng added a comment.

> It relies on a runtime check: during init runtime makes PR_{SET,GET}_TAGGED_ADDR_CTRL calls and if they're not supported, it fails with an error. So burden of checking if J extension is present is on Linux kernel.

Sounds good to me :)


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