[RISCV] Add XFAIL riscv32 for known issue with the old pass manager
authorLuís Marques <luismarques@lowrisc.org>
Wed, 31 Mar 2021 14:18:02 +0000 (15:18 +0100)
committerLuís Marques <luismarques@lowrisc.org>
Wed, 31 Mar 2021 14:18:32 +0000 (15:18 +0100)
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

index a6ded8a..610dd65 100644 (file)
@@ -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];