[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
Wed Mar 31 07:19:10 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa8cf32baf57d: [RISCV] Add XFAIL riscv32 for known issue with the old pass manager (authored by luismarques).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99108/new/
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.334435.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210331/2d119981/attachment.bin>
More information about the cfe-commits
mailing list