From a8cf32baf57de151bb6a8341957e101b04a6e816 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lu=C3=ADs=20Marques?= Date: Wed, 31 Mar 2021 15:18:02 +0100 Subject: [PATCH] [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 --- clang/test/CodeGen/sanitize-coverage-old-pm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/test/CodeGen/sanitize-coverage-old-pm.c b/clang/test/CodeGen/sanitize-coverage-old-pm.c index a6ded8a..610dd65 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]; -- 2.7.4