Author: Luís Marques Date: 2021-03-31T15:18:32+01:00 New Revision: a8cf32baf57de151bb6a8341957e101b04a6e816
URL: https://github.com/llvm/llvm-project/commit/a8cf32baf57de151bb6a8341957e101b04a6e816 DIFF: https://github.com/llvm/llvm-project/commit/a8cf32baf57de151bb6a8341957e101b04a6e816.diff LOG: [RISCV] Add XFAIL riscv32 for known issue with the old pass manager See D80668, rG7b4832648a63 and https://bugs.llvm.org/show_bug.cgi?id=46117 for details of the issue. Differential Revision: https://reviews.llvm.org/D99108 Added: Modified: clang/test/CodeGen/sanitize-coverage-old-pm.c Removed: ################################################################################ diff --git a/clang/test/CodeGen/sanitize-coverage-old-pm.c b/clang/test/CodeGen/sanitize-coverage-old-pm.c index a6ded8a0fb985..610dd651587f9 100644 --- a/clang/test/CodeGen/sanitize-coverage-old-pm.c +++ b/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]; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits