[PATCH] D132994: [RISC-V][HWASAN] Update memaccess test with proper checks
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 31 10:09:04 PDT 2022
luismarques added a comment.
I looked at this more carefully. I think the CHECKs for the `.section` were already not being updated automatically (not sure if that was the case when they were originally added), so you didn't change that (when I originally skimmed the patch I thought that was new). I'm not sure the two `UTC_ARGS` are actually needed.
The changes to the test itself seem fine, please do merge with the previous patch, as you indicated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132994/new/
https://reviews.llvm.org/D132994
More information about the llvm-commits
mailing list