[PATCH] D99108: [RISCV] Add XFAIL riscv32 for known issue with the old pass manager
Luís Marques via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 14:08:54 PDT 2021
luismarques created this revision.
luismarques added a reviewer: asb.
Herald added subscribers: vkmr, evandro, sameer.abuasal, s.egerton, Jim, benna, psnobl, rogfer01, shiva0217, kito-cheng, simoncook.
luismarques requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
See D80668 <https://reviews.llvm.org/D80668> and rG7b4832648a63 <https://reviews.llvm.org/rG7b4832648a6339c798f1f72bbc88b1ee41e9a338> for details of the issue.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99108
Files:
clang/test/CodeGen/sanitize-coverage-old-pm.c
Index: clang/test/CodeGen/sanitize-coverage-old-pm.c
===================================================================
--- clang/test/CodeGen/sanitize-coverage-old-pm.c
+++ clang/test/CodeGen/sanitize-coverage-old-pm.c
@@ -7,6 +7,8 @@
//
// Host armv7 is currently unsupported: https://bugs.llvm.org/show_bug.cgi?id=46117
// XFAIL: armv7, thumbv7
+// The same issue also occurs on a riscv32 host.
+// XFAIL: riscv32
int x[10];
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99108.332415.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210322/17a7f4ab/attachment.bin>
More information about the cfe-commits
mailing list