[PATCH] D131344: [RISC-V][HWASAN] Adjust lit test support for RISC-V HWASAN feature
Alexey Baturo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 23:31:17 PDT 2022
smd added a comment.
@vitalybuka
After all the adjustments and supporting globals I have this picture:
Failed Tests (3):
HWAddressSanitizer-riscv64 :: TestCases/stack-oob.c
HWAddressSanitizer-riscv64 :: TestCases/try-catch.cpp
HWAddressSanitizer-riscv64 :: TestCases/exported-tagged-global.c
The first two fail since risc-v doesn't have oldrt support and the last one fails due to aarch64 specific option(--aarch64-enable-global-isel-at-O=1).
Do you have any ideas how we should handle this? I.e. split those tests or just mark them as XFAIL and call it a day?
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131344/new/
https://reviews.llvm.org/D131344
More information about the llvm-commits
mailing list